﻿body {
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑"; FONT-SIZE: 14px
	background-color: #fff;
	color: #666666;
	line-height: 24px;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	margin: 0;
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-weight: 700;
	color: #1e1a19;
}
h1 {
	margin-bottom: 14px;
	font-size: 48px;
	line-height: 72px;
}
h2 {
	font-size: 36px;
	line-height: 48px;
}
h3 {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 30px;
}
h4 {
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
h6 {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}
h1 a,  h2 a,  h3 a,  h4 a,  h5 a,  h6 a {
	text-decoration: none;
	color: #1e1a19;
	-webkit-transition: all .2s;
	transition: all .2s;
}
h1 a:hover,  h2 a:hover,  h3 a:hover,  h4 a:hover,  h5 a:hover,  h6 a:hover {
	color: #1896E2;
	text-decoration: none;
}
p {
	margin-bottom: 10px;
}
a {
	color: #1896E2;
}
a:hover,  a:focus {
	outline: 0;
	color: #1896E2;
}
img {
	max-width: 100%;
}
#dituContent img{
	max-width:none !important;
}
ul,  ol {
	padding: 0;
	list-style-position: inside;
}
ul ul,  ol ol,  ul ol  ol ul {
	margin-left: 20px;
}
dl {
	margin-bottom: 20px;
}
.last {
	margin-bottom: 0;
}
.hr {
	margin: 30px 0;
	border-top: 1px solid #ebebeb;
}
.hr.default {
	border-color: #1896E2;
}
.text-default-color {
	color: #1896E2;
}
blockquote {
	margin-bottom: 30px;
	padding: 0;
	font-size: 14px;
	font-style: italic;
	border-left: none;
}
blockquote.alt {
	position: relative;
	padding-left: 60px;
	color: #1896E2;
}
blockquote.alt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f10d";
	font-family: "FontAwesome";
	font-size: 20px;
	color: #1896E2;
}
blockquote.alt h4 {
	color: #1896E2;
}
label {
	font-weight: normal;
}
input,  select,  textarea {
	display: block;
	max-width: 100%;
	padding: 5px 10px;
	border: 1px solid #d2d2d2;
	font-weight: 400;
}
select {
	width: 100%;
}
textarea:focus,  input[type="url"]:focus,  input[type="tel"]:focus,  input[type="date"]:focus,  input[type="datetime"]:focus,  input[type="datetime-local"]:focus,  input[type="week"]:focus,  input[type="month"]:focus,  input[type="text"]:focus,  input[type="color"]:focus,  input[type="email"]:focus,  input[type="image"]:focus,  input[type="number"]:focus,  input[type="search"]:focus,  input[type="password"]:focus {
	box-shadow: none;
	outline: 0;
	border-color: #1896E2;
}
input[type="reset"]:focus,  input[type="submit"]:focus,  input[type="button"]:focus {
	box-shadow: none;
	outline: 0;
}
/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
	
.headline {
	position: relative;
    margin-bottom: 60px;
    margin-top: 65px;
}
.headline h3 {
	text-align: center;
	text-transform: uppercase;
	color: #1896E2;
}
.headline h1 {
	text-align: center;
	text-transform: uppercase;
	color: #1896E2;
}
.headline h6 {
	text-align: center;
	text-transform: uppercase;
	color: #1896E2;
}
.headline:before {
	position: absolute;
	width: 13px;
	height: 13px;
	box-sizing: border-box;
	border: 3px solid #1896E2;
	content: "";
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: -20px
}
/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/
 
.alert {
	margin-bottom: 20px;
	padding: 12px 30px;
	border-radius: 30px;
	border: none;
	color: #fff;
	box-shadow: 2px 2px 6px #666666;
}
.alert:after {
	content: "x";
	float: right;
}
.alert-success {
	background-color: #09b53d;
}
.alert-info {
	background-color: #45bbff;
}
.alert-warning {
	background-color: #E8CD15;
}
.alert-danger {
	background-color: #ff3333;
}
/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/
	
.bullet-list {
	list-style: outside none none;
	margin-bottom: 20px;
}
.bullet-list li {
	margin-bottom: 15px;
}
.bullet-list li:last-child {
	margin-bottom: 0;
}
.bullet-list li:before {
	position: relative;
	font-family: 'FontAwesome';
	font-size: 13px;
	content: "\f111";
	margin-right: 30px;
	color: #1896E2;
}
/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
 	
.btn {
	position: relative;
	border: medium none;
	margin-bottom: 20px;
	padding: 15px 40px;
	border-radius: 5px;
	text-transform: uppercase;
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	color: #ffffff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.btn {
	color: #fff;
}
.btn-default,  .btn-default:hover,  .btn-default:focus,  .btn-default:active,  .btn-default:active:hover,  .btn-default:active:focus {
	background-color: #1896E2;
	color: #ffffff;
	outline: 0 none !important;
}
.btn-default {
	overflow: hidden;
	background-color: #1896E2;
}
a.btn-default {
	color: #fff;
}
.btn-default:hover {
	background-color: #1e1a19;
	color: #fff;
}
.btn-black {
	background-color: #1e1a19;
}
a.btn-black {
	color: #fff;
}
.btn-black,  .btn-black:hover,  .btn-black:focus,  .btn-black:active,  .btn-black:active:hover,  .btn-black:active:focus {
	background-color: #1e1a19;
	color: #ffffff;
	outline: 0 none !important;
}
.btn-black:hover {
	background-color: #1896E2;
	color: #fff;
}
.btn-white {
	background-color: #ffffff;
	border: 1px solid #1896E2;
}
a.btn-white {
	color: #1896E2;
}
.btn:hover {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.btn-white,  .btn-white:hover,  .btn-white:focus,  .btn-white:active,  .btn-white:active:hover,  .btn-white:active:focus {
	background-color: #ffffff;
	color: #1896E2;
	outline: 0 none !important;
}
/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/
	
.panel {
	box-shadow: none;
	background-color: transparent;
}
.panel-heading {
	border: none;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
}
.panel-title {
	font-size: 14px;
}
.panel-title a,  .panel-title a:focus {
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	position: relative;
	display: block;
	padding: 20px 20px 20px 0;
	border-bottom: 3px solid #1e1a19;
	text-decoration: none;
	text-transform: uppercase;
	color: #1e1a19;
}
.panel-title a:before {
	position: absolute;
	top: 20px;
	right: 10px;
	content: "+";
	font-size: 18px;
}
.panel-title a[aria-expanded="true"] {
	color: #1896E2;
	border-color: #1896E2;
}
.panel-title a[aria-expanded="true"]:before {
	content: "-";
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,  .panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none;
	padding: 15px 0 0;
}
.panel-body p:last-child {
	margin-bottom: 0;
}
.panel-body img {
	margin: 0 20px 20px 0;
}
/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/
 	
.nav-tabs {
	border-bottom: 3px solid #1896E2;
}
.nav-tabs > li > a {
	padding: 12px 30px;
	margin-bottom: -2px;
	border: 3px solid #1896E2;
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 14px;
	text-transform: uppercase;
	border-color: transparent;
	border-radius: 0;
	color: #1e1a19;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-tabs > li > a:hover,  .nav-tabs > li > a:focus {
	border-color: transparent;
	background-color: transparent;
}
.nav-tabs > li.active > a,  .nav-tabs > li.active > a:hover,  .nav-tabs > li.active > a:focus {
	background-color: #fff;
	border-color: #1896E2 #1896E2 #fff;
	border-style: solid;
	border-width: 3px;
	position: relative;
	color: #1896E2;
}
.tab-content {
	padding: 20px 0;
	color: #1e1a19;
}
.tab-content .tab-pane img {
	float: left;
	margin: 0 20px 20px 0;
}
.tab-content h6 {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #1896E2;
}
.tab-content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 @media (min-width: 768px) and (max-width: 991px) {
.nav-tabs > li > a {
	padding: 12px 10px;
}
.tab-content .tab-pane img {
	float: none;
}
}
/* VERTICAL TABS */	

.vertical-tabs {
}
.vertical-tabs .nav-tabs {
	float: left;
	border-bottom: none;
}
.vertical-tabs .nav-tabs li {
	float: none;
	margin-left: 0;
}
.vertical-tabs .nav-tabs > li > a {
	display: inline-block;
	width: 170px;
	border: none;
	text-align: center;
	margin-bottom: 12px;
	padding: 50px 0;
	box-sizing: border-box;
	background-color: #f4f5f7;
	border: 1px solid #d1d1d1;
	text-transform: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.vertical-tabs .nav-tabs > li.active > a,  .vertical-tabs .nav-tabs > li > a:hover,  .vertical-tabs .nav-tabs > li.active > a:focus {
	background-color: #1896E2;
	border: none;
	color: #ffffff;
}
.vertical-tabs .nav-tabs > li > a i {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 60px;
	color: #1896E2;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.vertical-tabs .nav-tabs > li > a h6 {
	color: #1896E2;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.vertical-tabs .nav-tabs > li.active > a i,  .vertical-tabs .nav-tabs > li > a:hover i,  .vertical-tabs .nav-tabs > li.active > a:focus i,  .vertical-tabs .nav-tabs > li.active > a h6,  .vertical-tabs .nav-tabs > li > a:hover h6,  .vertical-tabs .nav-tabs > li.active > a:focus h6 {
	color: #ffffff;
}
 @media (min-width: 768px) and (max-width: 991px) {
.vertical-tabs .nav-tabs {
	float: none;
	margin-bottom: 30px;
	width: 100%;
}
.vertical-tabs .nav-tabs > li > a {
	width: 100px;
}
.vertical-tabs .nav-tabs > li > a, .vertical-tabs .nav-tabs > li:first-child > a {
	border-top: 1px solid #e1e1e1;
}
.vertical-tabs .nav-tabs > li:last-child > a {
	border-bottom: 1px solid #e1e1e1;
}
.vertical-tabs .tab-content {
	border-left: medium none;
	margin-left: 0;
	padding: 0;
}
}
 @media (max-width: 767px) {
.nav-tabs {
	border-bottom: none;
}
.nav-tabs > li {
	float: none;
}
.nav-tabs > li {
	margin-bottom: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color: #1896E2;
}
.vertical-tabs .nav-tabs {
	float: none;
	margin-bottom: 30px;
	width: 100%;
}
.vertical-tabs .tab-content {
	border-left: medium none;
	margin-left: 0;
	padding: 0;
}
.vertical-tabs .nav-tabs li a {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/
 
.map {
	margin-bottom: 100px;
	height: 500px;
}
.map img {
	max-width: none;
}
/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/
	
.social-media {
	margin-bottom: 20px;
}
.social-media a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.social-media.rounded a {
	width: 45px;
	height: 45px;
	line-height: 40px;
	border-radius: 50%;
	border: 2px solid #1896E2;
}
.social-media a:last-child {
	margin-right: 0;
}
.social-media a.facebook:hover {
	color: #0e59a0 !important;
}
.social-media a.twitter:hover {
	color: #0ea4ff !important;
}
.social-media a.dribbble:hover {
	color: #ea73a0 !important;
}
.social-media a.pinterest:hover {
	color: #d73532 !important;
}
.social-media a.google:hover {
	color: #da4835 !important;
}
.social-media a.tumblr:hover {
	color: #2a445f !important;
}
.social-media a.instagram:hover {
	color: #82685a !important;
}
.social-media a.rss:hover {
	color: #f79638 !important;
}
.social-media a.linkedin:hover {
	color: #018faf !important;
}
.social-media a.skype:hover {
	color: #00b0f6 !important;
}
.social-media a.flickr:hover {
	color: #0061db !important;
}
.social-media a.vimeo:hover {
	color: #4cb2d9 !important;
}
.social-media a.github:hover {
	color: #3b3b3b !important;
}
.social-media a.youtube:hover {
	color: #cc181e !important;
}
.social-media a.windows:hover {
	color: #6dc2e9 !important;
}
.social-media a.dropbox:hover {
	color: #007ee5 !important;
}
.social-media a.xing:hover {
	color: #026566 !important;
}
.social-media a.adn:hover {
	color: #1ea076 !important;
}
.social-media a.android:hover {
	color: #98cb02 !important;
}
.social-media a.apple:hover {
	color: #a6b1b7 !important;
}
.social-media a.behance:hover {
	color: #2d9ad2 !important;
}
.social-media a.bitbucket:hover {
	color: #214f81 !important;
}
.social-media a.bitcoin:hover {
	color: #f7931b !important;
}
.social-media a.codepan:hover {
	color: #666666 !important;
}
.social-media a.css3:hover {
	color: #3289ce !important;
}
.social-media a.delicious:hover {
	color: #3399fe !important;
}
.social-media a.deviantart:hover {
	color: #c8da30 !important;
}
.social-media a.digg:hover {
	color: #0080c2 !important;
}
.social-media a.drupal:hover {
	color: #0077b9 !important;
}
.social-media a.empire:hover {
	color: #666666 !important;
}
.social-media a.foursquare:hover {
	color: #daecb0 !important;
}
.social-media a.git:hover {
	color: #f34f29 !important;
}
.social-media a.gitti:hover {
	color: #634c3e !important;
}
.social-media a.hacker-news:hover {
	color: #f18642 !important;
}
.social-media a.html5:hover {
	color: #e54c1f !important;
}
.social-media a.joomla:hover {
	color: #016fb9 !important;
}
.social-media a.jsfiddle:hover {
	color: #4679a4 !important;
}
.social-media a.linux:hover {
	color: #fece0e !important;
}
.social-media a.maxcdn:hover {
	color: #f36f20 !important;
}
.social-media a.openid:hover {
	color: #fe6101 !important;
}
.social-media a.pagelines:hover {
	color: #3783e3 !important;
}
.social-media a.pied-piper:hover {
	color: #0c7b48 !important;
}
.social-media a.qq:hover {
	color: #23286c !important;
}
.social-media a.rebel:hover {
	color: #666666 !important;
}
.social-media a.reddit:hover {
	color: #cee3f8 !important;
}
.social-media a.renren:hover {
	color: #0d81e4 !important;
}
.social-media a.share:hover {
	color: #252525 !important;
}
.social-media a.slack:hover {
	color: #453744 !important;
}
.social-media a.soundcloud:hover {
	color: #fe4e00 !important;
}
.social-media a.spotify:hover {
	color: #80bb41 !important;
}
.social-media a.stack-exchange:hover {
	color: #265a93 !important;
}
.social-media a.stackoverflow:hover {
	color: #fea501 !important;
}
.social-media a.steam:hover {
	color: #191919 !important;
}
.social-media a.stumbleupon:hover {
	color: #f04f23 !important;
}
.social-media a.tencent-weibo:hover {
	color: #0063a7 !important;
}
.social-media a.trello:hover {
	color: #226784 !important;
}
.social-media a.vine:hover {
	color: #00b081 !important;
}
.social-media a.vk:hover {
	color: #50769d !important;
}
.social-media a.wechat:hover {
	color: #a4dc31 !important;
}
.social-media a.weibo:hover {
	color: #d82828 !important;
}
.social-media a.wordpress:hover {
	color: #454442 !important;
}
.social-media a.yahoo:hover {
	color: #4b04a8 !important;
}
.social-media a.ftpx:hover {
	color: #666666 !important;
}
.social-media a.amazon:hover {
	color: #ff9900 !important;
}
.social-media a.angellist:hover {
	color: #666666 !important;
}
.social-media a.btc:hover {
	color: #f7931b !important;
}
.social-media a.black-tie:hover {
	color: #666666 !important;
}
.social-media a.bluetooth:hover {
	color: #0a3d91 !important;
}
.social-media a.buysellads:hover {
	color: #ba0202 !important;
}
.social-media.rounded a:hover {
	color: #fff !important;
}
.social-media.rounded a.facebook:hover {
	border-color: #0e59a0 !important;
	background-color: #0e59a0 !important;
}
.social-media.rounded a.twitter:hover {
	background-color: #0ea4ff !important;
	border-color: #0ea4ff !important;
}
.social-media.rounded a.dribbble:hover {
	background-color: #ea73a0 !important;
	border-color: #ea73a0 !important;
}
.social-media.rounded a.pinterest:hover {
	background-color: #d73532 !important;
	border-color: #d73532 !important;
}
.social-media.rounded a.google:hover {
	background-color: #da4835 !important;
	border-color: #da4835 !important;
}
.social-media.rounded a.tumblr:hover {
	background-color: #2a445f !important;
	border-color: #2a445f !important;
}
.social-media.rounded a.instagram:hover {
	background-color: #82685a !important;
	border-color: #82685a !important;
}
.social-media.rounded a.rss:hover {
	background-color: #f79638 !important;
	border-color: #f79638 !important;
}
.social-media.rounded a.linkedin:hover {
	background-color: #018faf !important;
	border-color: #018faf !important;
}
.social-media.rounded a.skype:hover {
	background-color: #00b0f6 !important;
	border-color: #00b0f6 !important;
}
.social-media.rounded a.flickr:hover {
	background-color: #0061db !important;
	border-color: #0061db !important;
}
.social-media.rounded a.vimeo:hover {
	background-color: #4cb2d9 !important;
	border-color: #4cb2d9 !important;
}
.social-media.rounded a.github:hover {
	background-color: #3b3b3b !important;
	border-color: #3b3b3b !important;
}
.social-media.rounded a.youtube:hover {
	background-color: #cc181e !important;
	border-color: #cc181e !important;
}
.social-media.rounded a.windows:hover {
	background-color: #6dc2e9 !important;
	border-color: #6dc2e9 !important;
}
.social-media.rounded a.dropbox:hover {
	background-color: #007ee5 !important;
	border-color: #007ee5 !important;
}
.social-media.rounded a.xing:hover {
	background-color: #026566 !important;
	border-color: #026566 !important;
}
.social-media.rounded a.adn:hover {
	background-color: #1ea076 !important;
	border-color: #1ea076 !important;
}
.social-media.rounded a.android:hover {
	background-color: #98cb02 !important;
	border-color: #98cb02 !important;
}
.social-media.rounded a.apple:hover {
	background-color: #a6b1b7 !important;
	border-color: #a6b1b7 !important;
}
.social-media.rounded a.behance:hover {
	background-color: #2d9ad2 !important;
	border-color: #2d9ad2 !important;
}
.social-media.rounded a.bitbucket:hover {
	background-color: #214f81 !important;
	border-color: #214f81 !important;
}
.social-media.rounded a.bitcoin:hover {
	background-color: #f7931b !important;
	border-color: #f7931b !important;
}
.social-media.rounded a.codepan:hover {
	background-color: #666666 !important;
	border-color: #666666 !important;
}
.social-media.rounded a.css3:hover {
	background-color: #3289ce !important;
	border-color: #3289ce !important;
}
.social-media.rounded a.delicious:hover {
	background-color: #3399fe !important;
	border-color: #3399fe !important;
}
.social-media.rounded a.deviantart:hover {
	background-color: #c8da30 !important;
	border-color: #c8da30 !important;
}
.social-media.rounded a.digg:hover {
	background-color: #0080c2 !important;
	border-color: #0080c2 !important;
}
.social-media.rounded a.drupal:hover {
	background-color: #0077b9 !important;
	border-color: #0077b9 !important;
}
.social-media.rounded a.empire:hover {
	background-color: #666666 !important;
	border-color: #666666 !important;
}
.social-media.rounded a.foursquare:hover {
	background-color: #daecb0 !important;
	border-color: #daecb0 !important;
}
.social-media.rounded a.git:hover {
	background-color: #f34f29 !important;
	border-color: #f34f29 !important;
}
.social-media.rounded a.gitti:hover {
	background-color: #634c3e !important;
	border-color: #634c3e !important;
}
.social-media.rounded a.hacker-news:hover {
	background-color: #f18642 !important;
	border-color: #f18642 !important;
}
.social-media.rounded a.html5:hover {
	background-color: #e54c1f !important;
	border-color: #e54c1f !important;
}
.social-media.rounded a.joomla:hover {
	background-color: #016fb9 !important;
	border-color: #016fb9 !important;
}
.social-media.rounded a.jsfiddle:hover {
	background-color: #4679a4 !important;
	border-color: #4679a4 !important;
}
.social-media.rounded a.linux:hover {
	background-color: #fece0e !important;
	border-color: #fece0e !important;
}
.social-media.rounded a.maxcdn:hover {
	background-color: #f36f20 !important;
	border-color: #f36f20 !important;
}
.social-media.rounded a.openid:hover {
	background-color: #fe6101 !important;
	border-color: #fe6101 !important;
}
.social-media.rounded a.pagelines:hover {
	background-color: #3783e3 !important;
	border-color: #3783e3 !important;
}
.social-media.rounded a.pied-piper:hover {
	background-color: #0c7b48 !important;
	border-color: #0c7b48 !important;
}
.social-media.rounded a.qq:hover {
	background-color: #23286c !important;
	border-color: #23286c !important;
}
.social-media.rounded a.rebel:hover {
	background-color: #666666 !important;
	border-color: #666666 !important;
}
.social-media.rounded a.reddit:hover {
	background-color: #cee3f8 !important;
	border-color: #cee3f8 !important;
}
.social-media.rounded a.renren:hover {
	background-color: #0d81e4 !important;
	border-color: #0d81e4 !important;
}
.social-media.rounded a.share:hover {
	background-color: #252525 !important;
	border-color: #252525 !important;
}
.social-media.rounded a.slack:hover {
	background-color: #453744 !important;
	border-color: #453744 !important;
}
.social-media.rounded a.soundcloud:hover {
	background-color: #fe4e00 !important;
	border-color: #fe4e00 !important;
}
.social-media.rounded a.spotify:hover {
	background-color: #80bb41 !important;
	border-color: #80bb41 !important;
}
.social-media.rounded a.stack-exchange:hover {
	background-color: #265a93 !important;
	border-color: #265a93 !important;
}
.social-media.rounded a.stackoverflow:hover {
	background-color: #fea501 !important;
	border-color: #fea501 !important;
}
.social-media.rounded a.steam:hover {
	background-color: #191919 !important;
	border-color: #191919 !important;
}
.social-media.rounded a.stumbleupon:hover {
	background-color: #f04f23 !important;
	border-color: #f04f23 !important;
}
.social-media.rounded a.tencent-weibo:hover {
	background-color: #0063a7 !important;
	border-color: #0063a7 !important;
}
.social-media.rounded a.trello:hover {
	background-color: #226784 !important;
	border-color: #226784 !important;
}
.social-media.rounded a.vine:hover {
	background-color: #00b081 !important;
	border-color: #00b081 !important;
}
.social-media.rounded a.vk:hover {
	background-color: #50769d !important;
	border-color: #50769d !important;
}
.social-media.rounded a.wechat:hover {
	background-color: #a4dc31 !important;
	border-color: #a4dc31 !important;
}
.social-media.rounded a.weibo:hover {
	background-color: #d82828 !important;
	border-color: #d82828 !important;
}
.social-media.rounded a.wordpress:hover {
	background-color: #454442 !important;
	border-color: #454442 !important;
}
.social-media.rounded a.yahoo:hover {
	background-color: #4b04a8 !important;
	border-color: #4b04a8 !important;
}
.social-media.rounded a.ftpx:hover {
	background-color: #666666 !important;
	border-color: #666666 !important;
}
.social-media.rounded a.amazon:hover {
	background-color: #ff9900 !important;
	border-color: #ff9900 !important;
}
.social-media.rounded a.angellist:hover {
	background-color: #666666 !important;
	border-color: #666666 !important;
}
.social-media.rounded a.btc:hover {
	background-color: #f7931b !important;
	border-color: #f7931b !important;
}
.social-media.rounded a.black-tie:hover {
	background-color: #666666 !important;
	border-color: #666666 !important;
}
.social-media.rounded a.bluetooth:hover {
	background-color: #0a3d91 !important;
	border-color: #0a3d91 !important;
}
.social-media.rounded a.buysellads:hover {
	background-color: #ba0202 !important;
	border-color: #ba0202 !important;
}
.social-media.rounded a.cc-amex:hover {
	background-color: #016dd2 !important;
	border-color: #016dd2 !important;
}
.social-media.rounded a.cc-diners-club:hover {
	background-color: #0069aa !important;
	border-color: #0069aa !important;
}
.social-media.rounded a.cc-discover:hover {
	background-color: #f88737 !important;
	border-color: #f88737 !important;
}
.social-media.rounded a.cc-jcb:hover {
	background-color: #29166f !important;
	border-color: #29166f !important;
}
.social-media.rounded a.cc-mastercard:hover {
	background-color: #fe9611 !important;
	border-color: #fe9611 !important;
}
.social-media.rounded a.paypal:hover {
	background-color: #012069 !important;
	border-color: #012069 !important;
}
.social-media.rounded a.cc-stripe:hover {
	background-color: #49b802 !important;
	border-color: #49b802 !important;
}
.social-media.rounded a.cc-visa:hover {
	background-color: #1b4da2 !important;
	border-color: #1b4da2 !important;
}
.social-media.rounded a.chrome:hover {
	background-color: #edcd16 !important;
	border-color: #edcd16 !important;
}
.social-media.rounded a.codepen:hover {
	background-color: #1b1c1b !important;
	border-color: #1b1c1b !important;
}
.social-media.rounded a.codiepie:hover {
	background-color: #666666 !important;
	border-color: #666666 !important;
}
.social-media.rounded a.connectdevelop:hover {
	background-color: #023cb0 !important;
	border-color: #023cb0 !important;
}
.social-media.rounded a.contao:hover {
	background-color: #e4790f !important;
	border-color: #e4790f !important;
}
.social-media.rounded a.dashcube:hover {
	background-color: #666666 !important;
	border-color: #666666 !important;
}
.social-media.rounded a.edge:hover {
	background-color: #2c74be !important;
	border-color: #2c74be !important;
}
.social-media.rounded a.expeditedssl:hover {
	background-color: #2e2e2e !important;
	border-color: #2e2e2e !important;
}
.social-media.rounded a.firefox:hover {
	background-color: #df731b !important;
	border-color: #df731b !important;
}
.social-media.rounded a.fonticons:hover {
	background-color: #1d1e2a !important;
	border-color: #1d1e2a !important;
}
.social-media.rounded a.fort-awesome:hover {
	background-color: #666666 !important;
	border-color: #666666 !important;
}
.social-media.rounded a.forumbee:hover {
	background-color: #85ac2f !important;
	border-color: #85ac2f !important;
}
.social-media.rounded a.get-pocket:hover {
	background-color: #e84352 !important;
	border-color: #e84352 !important;
}
.social-media.rounded a.gg:hover {
	background-color: #fd0002 !important;
	border-color: #fd0002 !important;
}
.social-media.rounded a.gratipay:hover {
	background-color: #653614 !important;
	border-color: #653614 !important;
}
.social-media.rounded a.houzz:hover {
	background-color: #9bc545 !important;
	border-color: #9bc545 !important;
}
.social-media.rounded a.internet-explorer:hover {
	background-color: #00bcf2 !important;
	border-color: #00bcf2 !important;
}
.social-media.rounded a.ioxhost:hover {
	background-color: #f6a814 !important;
	border-color: #f6a814 !important;
}
.social-media.rounded a.lastfm:hover {
	background-color: #e2152b !important;
	border-color: #e2152b !important;
}
.social-media.rounded a.leanpub:hover {
	background-color: #231f20 !important;
	border-color: #231f20 !important;
}
.social-media.rounded a.meanpath:hover {
	background-color: #538dd6 !important;
	border-color: #538dd6 !important;
}
.social-media.rounded a.medium:hover {
	background-color: #00ab6c !important;
	border-color: #00ab6c !important;
}
.social-media.rounded a.mixcloud:hover {
	background-color: #040204 !important;
	border-color: #040204 !important;
}
.social-media.rounded a.modx:hover {
	background-color: #8ed547 !important;
	border-color: #8ed547 !important;
}
.social-media.rounded a.odnoklassniki:hover {
	background-color: #f68634 !important;
	border-color: #f68634 !important;
}
.social-media.rounded a.opencart:hover {
	background-color: #00c1f2 !important;
	border-color: #00c1f2 !important;
}
.social-media.rounded a.opera:hover {
	background-color: #e81617 !important;
	border-color: #e81617 !important;
}
.social-media.rounded a.optin-monster:hover {
	background-color: #8ed31e !important;
	border-color: #8ed31e !important;
}
.social-media.rounded a.product-hunt:hover {
	background-color: #d6573d !important;
	border-color: #d6573d !important;
}
.social-media.rounded a.reddit:hover {
	background-color: #ff4500 !important;
	border-color: #ff4500 !important;
}
.social-media.rounded a.safari:hover {
	background-color: #2973d9 !important;
	border-color: #2973d9 !important;
}
.social-media.rounded a.scribd:hover {
	background-color: #382d29 !important;
	border-color: #382d29 !important;
}
.social-media.rounded a.sellsy:hover {
	background-color: #006ca2 !important;
	border-color: #006ca2 !important;
}
.social-media.rounded a.shirtsinbulk:hover {
	background-color: #dd3a26 !important;
	border-color: #dd3a26 !important;
}
.social-media.rounded a.simplybuilt:hover {
	background-color: #322f34 !important;
	border-color: #322f34 !important;
}
.social-media.rounded a.skyatlas:hover {
	background-color: #01aebe !important;
	border-color: #01aebe !important;
}
.social-media.rounded a.slideshare:hover {
	background-color: #13999a !important;
	border-color: #13999a !important;
}
.social-media.rounded a.stack-overflow:hover {
	background-color: #ef532a !important;
	border-color: #ef532a !important;
}
.social-media.rounded a.tripadvisor:hover {
	background-color: #1e892f !important;
	border-color: #1e892f !important;
}
.social-media.rounded a.twitch:hover {
	background-color: #6441a5 !important;
	border-color: #6441a5 !important;
}
.social-media.rounded a.usb:hover {
	background-color: #666666 !important;
	border-color: #666666 !important;
}
.social-media.rounded a.viacoin:hover {
	background-color: #2376a2 !important;
	border-color: #2376a2 !important;
}
.social-media.rounded a.whatsapp:hover {
	background-color: #44c254 !important;
	border-color: #44c254 !important;
}
.social-media.rounded a.wikipedia:hover {
	background-color: #0c0c0c !important;
	border-color: #0c0c0c !important;
}
.social-media.rounded a.y-combinator:hover {
	background-color: #ff6501 !important;
	border-color: #ff6501 !important;
}
.social-media.rounded a.yelp:hover {
	background-color: #bf311b !important;
	border-color: #bf311b !important;
}
.social-media.rounded a.email:hover {
	background-color: #689c49 !important;
	border-color: #689c49 !important;
}
.social-icons-section {
	list-style-type: none;
	margin-bottom: 0;
}
.social-icons-section li {
	display: block;
	float: left;
	width: 16.666666%;
	padding: 80px 0;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.social-icons-section li:hover {
	background-color: #ffffff;
}
.social-icons-section li:hover .social-media.rounded a {
	color: #1896E2;
	border-color: #1896E2;
}
.social-icons-section li h6 {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.social-icons-section li:hover h6 {
	color: #1896E2;
}
 @media (max-width: 767px) {
.social-icons-section li {
	display: block;
	float: none;
	width: 100%;
}
}
/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/
 	
.pie-chart {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.pie-chart canvas {
	max-width: 100%;
}
.pie-chart-details {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pie-chart-details h1 {
	font-weight: 400;
}
.pie-chart-details h1,  .pie-chart-details h6 {
	margin-bottom: 0;
	color: #1896E2;
}
.pie-chart-details h6 {
	text-transform: uppercase;
}
/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/
 
.progress {
	margin-bottom: 25px;
	height: 3px;
	box-shadow: none;
	border-radius: 0;
	background-color: #ffffff;
	overflow: visible;
}
.progress-bar-title h6 {
	margin-bottom: 20px;
}
.progress-bar {
	position: relative;
	background-color: #1896E2;
}
.progress-bar span {
	position: absolute;
	top: -30px;
	right: 0;
	font-size: 14px;
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	color: #1e1a19;
}
 @media (max-width: 767px) {
.progress:last-of-type {
	margin-bottom: 100px;
}
}
/***********************************************************************************
 *	+ COUNTER
 ***********************************************************************************/
 
.counter {
	margin-bottom: 50px;
	text-align: center;
}
.counter-value {
	margin-bottom: 20px;
	font-size: 48px;
	font-weight: 700;
	color: #1896E2;
}
.counter-details {
}
.counter i {
	display: block;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 20px;
	color: #1e1a19;
}
/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/
 
.price-plan {
	margin-bottom: 50px;
	padding: 40px 0;
	text-align: center;
	border: 3px solid #e7e7e4;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.price-plan-heading {
	margin-bottom: 80px;
	border-bottom: 3px solid #e7e7e4;
}
.price-plan-heading h4,  .price-plan-heading h1 {
	color: #1896E2;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.price-plan-heading h4 {
	text-transform: uppercase;
}
.price-plan-heading h1 {
	margin-bottom: 40px;
	font-size: 72px;
	font-weight: 400;
}
.price-plan-heading h1 sup {
	font-size: 24px;
	font-weight: 400;
	position: relative;
	top: -35px;
	left: -5px;
}
.price-plan-heading h1 small {
	display: block;
	font-size: 13px;
	color: #1896E2;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.price-plan ul {
	list-style-type: none;
	margin-bottom: 80px;
}
.price-plan ul li {
	margin-bottom: 30px;
	color: #1e1a19;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.price-plan ul li:last-child {
	margin-bottom: 0;
}
.price-plan .btn:hover {
	background-color: #fff;
	color: #1896E2;
}
.price-plan:hover {
	background-color: #1896E2;
	border-color: #1896E2;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.price-plan:hover h4,  .price-plan:hover h1,  .price-plan:hover h1 small,  .price-plan:hover ul li {
	color: #fff;
}
 @media (min-width: 768px) and (max-width: 991px) {
.price-plan .btn.btn-black {
	padding: 10px 25px;
}
}
/***********************************************************************************
 *	+ CLIENTS LIST
 ***********************************************************************************/
 
.logos {
	margin-bottom: 0;
	list-style: outside none none;
}
.logos li {
	display: block;
	float: left;
	padding: 110px 0;
	width: 20%;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.logos li:hover {
	background-color: #1896E2;
}
.logos:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
 @media (max-width: 767px) {
.logos li {
	float: none;
	padding: 60px 0;
	width: 100%;
	text-align: center;
}
}
/***********************************************************************************
 *	+ ERROR PAGE
 ***********************************************************************************/	
	
h1.error {
	position: relative;
	top: 50%;
	padding: 100px 80px;
	box-sizing: border-box;
	background-color: #1896E2;
	color: #fff;
	text-align: center;
}
 @media (min-width: 768px) and (max-width: 991px) {
h1.error {
	padding: 100px 30px;
}
}
/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/
 	
.testimonial {
	margin-bottom: 20px;
	text-align: center;
}
.testimonial blockquote {
	border: none;
	padding: 0;
}
.testimonial > h4 {
	font-weight: 700;
	color: #1896E2;
}
/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/
	
.isotope {
	margin-bottom: 50px;
	margin-top: 30px;
}
.isotope.no-margin-bottom {
	margin-bottom: 0;
}
.isotope.gutter {
	margin: -15px -15px 85px;
}
.isotope .isotope-item {
	float: left;
	width: 25%;
}
.isotope.gutter .isotope-item {
	padding: 15px;
}
.isotope.col-3 .isotope-item {
	width: 33.3333%;
}
 @media (min-width:768px){
.isotope.col-6 .isotope-item {
	width: 50%;
}
}
.isotope.col-4 .isotope-item {
	width: 25%;
}
.isotope.col-5 .isotope-item {
	width: 32%;
	display:inline-block;
	margin:0.666666%
}
.isotope-item.item-width-1 {
	width: 16.6666%;
}
.isotope-item.item-width-2 {
	width: 33.3333%;
}
.isotope-item.item-width-3 {
	width: 50%;
}
.isotope-item.item-width-4 {
	width: 66.6666%;
}
.isotope .portfolio-item {
	margin-bottom: 0;
	border:solid 1px #CCC;
}
.isotope:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
 @media (min-width: 768px) and (max-width: 991px) {
.isotope.col-5 .isotope-item {
	width: 49%;
	display:inline-block;
	margin:0.5%
}
}
 @media (max-width: 767px) {
.isotope .isotope-item,  .isotope.col-3 .isotope-item,  .isotope.col-5 .isotope-item {
	width: 100%;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
.isotope .isotope-item,  .isotope.col-3 .isotope-item,  .isotope.col-5 .isotope-item {
	width: 49%;
    display: inline-block;
    margin: 0.5%;
}
}
/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/
 
.filter {
	margin-bottom: 100px;
	list-style: none;
}
.filter li {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
.filter li:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "|";
}
.filter li:first-child {
	padding-left: 0;
}
.filter li:last-child:after {
	content: "";
	padding-right: 0;
}
.filter li a {
	text-decoration: none;
}
.filter li a {
	text-decoration: none;
	font-weight: 700;
	color: #1e1a19;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.filter li a.active,  .filter li a:hover {
	color: #1896E2;
}
 @media (max-width: 767px) {
.filter li {
	display: block;
	padding: 0;
	margin-bottom: 20px;
}
.filter li:after {
	content: "";
}
}
/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/
 
.pagination {
	display: block;
	margin: 0 0 100px 0;
}
.pagination li {
	display: inline-block;
	margin-right: 10px;
}
.pagination li:last-child {
	margin-right: 0;
}
.pagination li a {
	display: block;
	height: 45px;
	width: 45px;
	padding: 0;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	line-height: 43px;
	background-color: transparent;
	border: 2px solid #1896E2;
	border-radius: 5px;
	color: #1896E2;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pagination > li:last-child > a,  .pagination > li:first-child > a,  .pagination > li:last-child > span,  .pagination > li:first-child > span {
	border-radius: 5px;
}
.pagination li a:hover,  .pagination li.active a,  .pagination li.active a:hover {
	background-color: #1896E2;
	border-color: #1896E2;
	color: #fff;
}
/***********************************************************************************
 *	+ PROCESS STEPS
 ***********************************************************************************/	
 
.process-steps {
}
.process-steps-headline {
	position: relative;
	margin-bottom: 110px;
	padding: 60px 0 60px 160px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.process-steps-headline h1 {
	margin-bottom: 20px;
}
.process-steps-headline h4 {
	font-weight: 400;
}
.process-steps-headline:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	width: 260px;
	border-top: 6px solid #000;
	border-bottom: 6px solid #000;
	border-left: 6px solid #000;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.process-steps-headline:hover {
	padding-left: 130px;
}
.process-steps-headline:hover:before {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
}
.process-3-steps {
}
.step {
}
.step-details {
}
.step-details h2 {
	margin-bottom: 50px;
	font-size: 30px;
}
.process-steps:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
 @media (max-width: 767px) {
.process-steps-headline {
	padding: 60px 0 60px 60px;
}
.process-steps-headline:hover {
	padding-left: 60px;
}
}
/***********************************************************************************
 *	+ IMAGE BOXES
 ***********************************************************************************/	
 
.image-box {
	margin-bottom: 40px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.image-box-thumbnail {
	position: relative;
	margin-bottom: 50px;
}
.image-box h4,  .image-box p {
	margin-bottom: 50px;
}
.image-box > a {
	text-decoration: none;
	font-weight: 700;
}
.image-box-thumbnail:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 3px;
	background-color: #1896E2;
	content: "";
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.image-box:hover .image-box-thumbnail:after {
	width: 100%;
}
.image-box:hover h4 {
	color: #1896E2;
}
/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/
	
.full-section {
	position: relative;
	z-index: 1; 
	padding: 50px 0;
	background: no-repeat center center;
	background-color: #f5f5fb;
}
.full-section-overlay-color {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #1896E2;
	opacity: 0.75;
}
.full-section-container {
	position: relative;
	z-index: 3;
}
.parallax {
	background-attachment: fixed !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.full-section.dark-section {
	background-color: #333;
	color: #ffffff;
}
#video-section .full-section-content {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#youtube-video-section {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#video-section {
	height: 635px;
	padding: 0;
}
.youtube-player {
	display: none;
}
#local-video-section video {
	width: 100%;
}
.full-section.dark-section a,  .full-section.dark-section h1,  .full-section.dark-section h2,  .full-section.dark-section h3,  .full-section.dark-section h4,  .full-section.dark-section h5,  .full-section.dark-section h6,  .full-section.dark-section .progress-bar span,  .full-section.dark-section .counter-value,  .full-section.dark-section .price-plan ul li,  .full-section.dark-section .price-plan-heading h1 small,  .full-section.dark-section .service-box.style-1 i,  .full-section.dark-section .service-box.style-1 .service-box-content h5 a,  .full-section.dark-section .reply:before,  .full-section.dark-section .comment-metadata:before,  .full-section.dark-section .widget-recent-posts ul li .post-date,  .full-section.dark-section .widget-recent-posts ul li:before,  .full-section.dark-section .widget-recent-posts ul li a:hover,  .full-section.dark-section .widget-recent-comments ul li a:hover,  .full-section.dark-section .widget-social .social-media a,  .full-section.dark-section .counter i {
	color: inherit;
}
.full-section.dark-section input[type="text"],  .full-section.dark-section input[type="email"],  .full-section.dark-section input[type="url"],  .full-section.dark-section select,  .full-section.dark-section textarea {
	background-color: transparent;
	color: inherit;
}
.full-section.dark-section .btn-white {
	border-color: inherit;
}
.full-section.dark-section a.btn-white {
	color: #1896E2;
}
.full-section.dark-section .headline:before {
	border-color: inherit;
}
.full-section.dark-section .panel-title a,  .full-section.dark-section .panel-title a:focus {
	border-bottom-color: inherit;
}
.full-section.dark-section .tab-content {
	border: 3px solid #1896E2;
	border-top: inherit;
}
.full-section.dark-section .process-steps-headline:before {
	border-color: inherit;
}
.full-section.dark-section .social-media.rounded a {
	border-color: inherit;
}
#section-1 {
	margin-bottom: 0;
	padding: 140px 0 100px;
	background-color: #ffffff;
	background: url("../images/1920x1200-1.jpg");
	background-repeat: no-repeat;
	background-position: right center;
}
#section-2,  #section-3,  #section-4 {
	position: relative;
	text-align: center;
}
#section-2:before,  #section-3:before,  #section-4:before {
	position: absolute;
	width: 60%;
	bottom: 0;
	left: 0;
	top: 0;
	border: 5px solid #1896E2;
	content: "";
	-webkit-transition: all .5s linear;
	transition: all 0.5s linear 0s;
}
#section-2:hover:before,  #section-3:hover:before,  #section-4:hover:before {
	box-shadow: 0 50px 40px 0 rgba(0, 0, 0, 0.2);
	-webkit-transform: translateX(5%);
	-moz-transform: translateX(5%);
	transform: translateX(5%);
}
#section-2:after,  #section-3:after,  #section-4:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
#section-5 {
	margin: 0px 0 0 0;
	padding: 60px 0 140px 0;
	background: url("../images/1920x1000-7.jpg") no-repeat left center;
}
#section-6,  #section-7 {
	padding: 110px 0 90px 0;
	background: url("../images/1920x700-1.jpg") no-repeat center center;
	background-size: cover;
}
#section-7 {
	margin-bottom: 0;
}
#section-7 h6,  #section-6 h6 {
	margin-bottom: 0;
	font-size: 32px;
}
#section-7 .btn,  #section-6 .btn {
	margin-bottom: 0;
}
#section-8 {
	margin-bottom: 0;
	padding: 100px 0;
	background: rgba(0, 0, 0, 0) url("../images/1920x880-1.jpg") no-repeat center center;
}
#section-9 {
	margin-bottom: 110px;
	padding: 160px 0 140px 0;
	color: #1e1a19;
}
#section-10 {
	margin-bottom: 100px;
	padding: 90px 0;
	background: url("../images/1920x800-1.jpg") no-repeat center center;
}
#section-11 {
	margin-bottom: 110px;
	padding: 140px 0 80px 0;
}
#section-12 {
	padding: 0;
	margin-bottom: 0;
}
#section-13 {
	padding: 0;
	margin: 110px 0;
	background: url("../images/1920x285-1.jpg") no-repeat center center;
}
#section-14 {
	margin-bottom: 100px;
	padding: 100px 0;
	background-color: #fff;
}
#section-15 {
	padding-top: 200px;
	margin-bottom: 0;
	background-color: #ffffff;
	background: url("../images/1920x1200-1.jpg") no-repeat center center;
}
#section-15 i {
	color: #1896E2;
	font-size: 100px;
}
#section-16 {
	margin: 0;
	padding: 200px 0;
	background: url("../images/1920x1000-6.jpg") no-repeat center center;
}
#section-17 {
	margin-bottom: 0;
	padding: 100px 0;
	background: url("../images/1920x1000-4.jpg") no-repeat center center;
}
 @media (min-width: 1200px) {
#section-2:before,  #section-3:before,  #section-4:before {
	left: 100px;
	top: 60px;
	bottom: 60px;
	width: 45%;
}
#section-7 h2,  #section-6 h2 {
	font-size: 36px;
}
}
 @media (max-width: 991px) {
#section-1 {
	background-image: none;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
#section-1 {
	margin-bottom: 100px;
}
#section-2:before,  #section-3:before,  #section-4:before {
	display: none;
}
#section-7 h2,  #section-6 h2 {
	font-size: 24px;
}
#section-5 {
	background: #f1f1f1;
}
}
 @media (max-width: 767px) {
#section-1 {
	background-image: none;
}
#section-1:before {
	display: none;
}
#section-2:before,  #section-3:before,  #section-4:before {
	display: none;
}
#section-5 {
	background-image: none;
}
#section-7,  #section-6 {
	text-align: center;
}
#section-7 h2,  #section-6 h2 {
	margin-bottom: 40px;
}
#section-14 {
	text-align: center;
}
}
/***********************************************************************************
 *	+ VIDEO PLAYER
 ***********************************************************************************/	
	
#youtube-video-section {
	position: absolute;
	overflow: hidden;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
}
#video-section {
	padding: 0;
	height: 635px;
}
.youtube-player {
	display: none;
}
.full-section-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/
	
#scroll-up {
	z-index: 8000;
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	height: 45px;
	width: 45px;
	font-size: 15px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background-color: #ecf2f8;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#scroll-up:hover {
	background-color: #1896E2;
	color: #fff;
}
/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/
	
	/* REVOLUTION SLIDER */
	
.rev_slider_wrapper {
	background-color: #ffffff;
	overflow: visible !important;
}
.tp-leftarrow.default,  .tp-rightarrow.default {
	width: 36px;
	height: 36px;
	background: transparent no-repeat center center;
}
.tp-leftarrow.default {
	background-image: url(../images/prev.png);
}
.tp-rightarrow.default {
	background-image: url(../images/next.png);
}
.tparrows:before {
	position: absolute;
	top: 20px;
	color: #1f1f1f;
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	text-align: center;
}
.tparrows.tp-leftarrow:before {
	content: "prev";
}
.tparrows.tp-rightarrow:before {
	content: "next";
}
.tp-bullets.default .tp-bullet {
	width: 10px;
	height: 10px;
	border: 2px solid #1896E2;
	background-color: #1896E2;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.tp-bullets.default .tp-bullet:hover,  .tp-bullets.default .tp-bullet.selected {
	background-color: transparent;
	border-color: #1896E2;
}
.subtitle {
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	color: #1896E2;
}
.subtitle2 {
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	color: #1896E2;
}
.title {
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 48px;
	color: #1896E2;
}
.title-large {
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 60px;
	color: #1e1a19;
}
.title-extra-large {
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 112px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 112px;
	color: #1e1a19;
}
.text {
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #1e1a19;
}
.tp-shapewrapper {
	border: 5px solid #1896E2;
}
 @media (min-width: 768px) and (max-width: 1199px) {
.tp-leftarrow.default,  .tp-rightarrow.default {
	display: none;
}
}
 @media (max-width: 767px) {
.tp-leftarrow.default,  .tp-rightarrow.default {
	display: none;
}
.tp-bullets {
	bottom: 20px !important;
}
.rev_slider_wrapper .btn {
	padding: 5px 20px;
	font-size: 8px;
}
}
/* OWL Carousel */
	
.owl-carousel {
	margin-bottom: 40px;
}
.owl-carousel.images {
	margin-top: 110px;
}
.owl-carousel.clients {
	text-align: center;
}
.owl-pagination {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}
.owl-page {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #fff;
}
.owl-page:hover,  .owl-page.active {
	background-color: #666666;
}
.owl-page:last-child {
	margin-right: 0;
}
.owl-prev,  .owl-next {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	background: #fff no-repeat center center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owl-prev {
	left: 0;
	background-image: url(../images/prev.png);
}
.owl-next {
	right: 0;
	background-image: url(../images/next.png);
}
.owl-carousel.custom-content .owl-prev,  .owl-carousel.images .owl-prev {
	display: none;
}
.owl-carousel.images .owl-next {
	right: 0;
}
.owl-carousel.custom-content .owl-next,  .owl-carousel.images .owl-next {
	width: 0;
	height: 245px;
	background: #1896E2 no-repeat center center;
	background-image: url(../images/next-white.png);
	-webkit-transition: all .6s ease-in;
	transition: all .6s ease-in;
}
.owl-carousel.custom-content .owl-next:after,  .owl-carousel.images .owl-next:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "next";
	margin-top: 20px;
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	opacity: 0;
	text-transform: uppercase;
	-webkit-transition: all .6s ease-in;
	transition: all .6s ease-in;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.owl-carousel.custom-content:hover .owl-next,  .owl-carousel.images:hover .owl-next {
	width: 245px;
}
.owl-carousel.custom-content:hover .owl-next:after,  .owl-carousel.images:hover .owl-next:after {
	opacity: 1;
}
.owl-carousel.custom-content .slider-left-side,  .owl-carousel.custom-content .slider-right-side {
	width: 50%;
	float: left;
}
.owl-carousel.custom-content .slider-left-side {
	padding: 0 40px;
}
 @media (min-width: 1200px) {
.owl-carousel.custom-content .slider-left-side {
	padding: 130px 180px 0 180px;
}
}
 @media (min-width: 768px) and (max-width: 1199px) {
.owl-carousel.images:hover .owl-next,  .owl-carousel.custom-content:hover .owl-next {
	width: 50px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.owl-carousel.custom-content .slider-left-side,  .owl-carousel.custom-content .slider-right-side {
	width: 100%;
	float: none;
}
.owl-carousel.custom-content .owl-next {
	top: 70%;
}
}
 @media (max-width: 767px) {
.owl-carousel.custom-content .slider-left-side,  .owl-carousel.custom-content .slider-right-side {
	width: 100%;
	float: none;
}
.owl-carousel.images .owl-next {
	right: 0;
}
.owl-carousel.images:hover .owl-next {
	width: 50px;
}
.owl-carousel.custom-content .owl-next {
	display: none;
}
.owl-carousel.custom-content .slider-left-side {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 75px;
}
}
/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/
	
.wow {
	visibility: hidden;
}
.wow.animated {
	visibility: visible;
}
/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/	
 
.text-box {
	margin-bottom: 40px;
	padding: 50px;
	border: 2px solid #1896E2;
	background-color: #f5fafc;
}
.text-box.rounded {
	border-radius: 20px;
}
.text-box > *:last-child {
	margin-bottom: 0;
}
.text-box.default {
	color: #ffffff;
	background-color: #1896E2;
}
/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/
 	
.widget {
	margin-bottom: 70px;
}
#footer-top .widget:first-child {
	padding-top: 80px;
}
#footer-top .widget:last-child {
	padding-bottom: 40px;
	margin-bottom: 0;
}
#footer .widget:last-child {
	margin-bottom: 0;
}
#footer-bottom .widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 70px;
}
#footer-top .widget-title,  #footer .widget-title,  #footer-bottom .widget-title {
	margin-bottom: 30px;
	color: #6e78ff;
	font-size: 13px;
}
/* WIDGET TEXT */
.widget-text {
}
/* WIDGET SEARCH */
.widget-search {
}
.widget-search form {
	position: relative;
}
.widget-search input[type="search"] {
	width: 100%;
	height: 35px;
	padding-right: 40px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #1896E2;
}
.widget-search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	height: 35px;
	border: none;
	background: url(../images/search.png) no-repeat center center;
}
#footer-top .widget-search input[type="search"],  #footer .widget-search input[type="search"],  #footer-bottom .widget-search input[type="search"] {
	color: #666666;
}
/* WIDGET CATEGORIES */
.widget-categories {
}
.widget-categories ul {
	list-style: outside none none;
	margin-bottom: 0;
}
.widget-categories ul li {
	margin-bottom: 5px;
}
.widget-categories ul li:before {
	position: relative;
	top: -2px;
	font-family: 'FontAwesome';
	font-size: 10px;
	content: "\f111";
	margin-right: 10px;
	color: #1896E2;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.widget-categories ul li a {
	color: #1e1a19;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.widget-categories ul li:hover:before {
	opacity: 1;
}
.widget-categories ul li:hover a {
	color: #1896E2;
	text-decoration: none;
}
/* WIDGET CATEGORIES DROPDOWN */
.widget-categories-dropdown {
}
#footer-top .widget-categories-dropdown,  #footer .widget-categories-dropdown,  #footer-bottom .widget-categories-dropdown {
	color: #666666;
}
/* WIDGET ARCHIVES */
.widget-archives {
}
.widget-archives ul {
	list-style: outside none none;
	margin-bottom: 0;
}
.widget-archives ul li {
	margin-bottom: 5px;
}
.widget-archives ul li:before {
	position: relative;
	top: -2px;
	font-family: 'FontAwesome';
	font-size: 10px;
	content: "\f111";
	margin-right: 10px;
	color: #1896E2;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.widget-archives ul li a {
	color: #1e1a19;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.widget-archives ul li:hover:before {
	opacity: 1;
}
.widget-archives ul li:hover a {
	color: #1896E2;
	text-decoration: none;
}
/* WIDGET ARCHIVES DROPDOWN */
.widget-archives-dropdown {
}
#footer-top .widget-archives-dropdown,  #footer .widget-archives-dropdown,  #footer-bottom .widget-archives-dropdown {
	color: #666666;
}
/* WIDGET PAGES */
.widget-pages {
}
.widget-pages ul {
	list-style: outside none none;
	margin-bottom: 0;
}
.widget-pages ul li {
	margin-bottom: 5px;
}
.widget-pages ul li:before {
	position: relative;
	top: -2px;
	font-family: 'FontAwesome';
	font-size: 10px;
	content: "\f111";
	margin-right: 10px;
	color: #1896E2;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.widget-pages ul li a {
	color: #1e1a19;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.widget-pages ul li:hover:before {
	opacity: 1;
}
.widget-pages ul li:hover a {
	color: #1896E2;
	text-decoration: none;
}
/* WIDGET METADATA */
.widget-metadata {
}
.widget-metadata ul {
	list-style: outside none none;
	margin-bottom: 0;
}
.widget-metadata ul li {
	margin-bottom: 5px;
}
.widget-metadata ul li a {
	color: #1e1a19;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.widget-metadata ul li:hover a {
	color: #1896E2;
	text-decoration: none;
}
/* WIDGET TAGS */
.widget-tags {
}
.widget-tags a {
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.widget-tags a:hover {
	background-color: #1896E2;
	color: #fff;
	text-decoration: none;
}
/* WIDGET NEWSLETTER */
.widget-newsletter {
}
.widget-newsletter form {
	position: relative;
}
.widget-newsletter input[type="email"] {
	width: 100%;
	padding-right: 100px;
	color: #666666;
}
.widget-newsletter input[type="submit"] {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	width: 50px;
	border: none;
	background-color: #1896E2;
	color: #fff;
}
/* WIDGET RECENT POSTS */
.widget-recent-posts {
}
.widget-recent-posts ul {
	list-style: none;
	margin-bottom: 0;
}
.widget-recent-posts ul li {
	margin-bottom: 40px;
}
.widget-recent-posts ul li:before {
	font-family: 'FontAwesome';
	content: "\f054";
	margin-right: 10px;
	color: #1896E2;
	font-size: 12px;
}
.widget-recent-posts ul li a {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.widget-recent-posts ul li a:hover {
	color: #1e1a19;
	text-decoration: none;
}
.widget-recent-posts ul li img {
}
.widget-recent-posts ul li .post-title {
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	text-decoration: none;
}
.widget-recent-posts ul li .post-date {
	color: #1e1a19;
}
/* WIDGET LATEST NEWS */
.widget-latest-news {
}
.widget-latest-news ul {
	list-style: none;
	margin-bottom: 0;
}
.widget-latest-news ul li {
}
.widget-latest-news ul li img {
}
.widget-latest-news ul li .news-title {
}
.widget-latest-news ul li .news-title a {
}
.widget-latest-news ul li .news-date {
}
/* WIDGET RECENT COMMENTS */
.widget-recent-comments {
}
.widget-recent-comments ul {
	list-style: none;
	margin-bottom: 0;
}
.widget-recent-comments ul li {
	margin-bottom: 5px;
}
.widget-recent-comments ul li a {
	color: #1896E2;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.widget-recent-comments ul li a:first-child {
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
}
.widget-recent-comments ul li a:hover {
	text-decoration: none;
	color: #1e1a19;
}
/* WIDGET CALENDAR */
.widget-calendar {
}
.widget-calendar table {
	width: 100%;
	text-align: center;
}
.widget-calendar table caption {
	text-align: center;
}
.widget-calendar table th,  .widget-calendar table td {
	padding: 5px;
	text-align: center;
	border-top: 1px solid #3b3e43;
	border-left: 1px solid #3b3e43;
}
.widget-calendar table th:last-child,  .widget-calendar table td:last-child {
	border-right: 1px solid #3b3e43;
}
.widget-calendar table tr:last-child td {
	border-bottom: 1px solid #3b3e43;
}
.widget-calendar table tfoot td,  .widget-calendar table tfoot td:last-child,  .widget-calendar table tfoot tr:last-child td {
	border: none;
}
.widget-calendar table td#today {
	background-color: #1896E2;
	color: #fff;
}
.widget-calendar table td#prev a {
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
#footer-top table caption,  #footer table caption,  #footer-bottom table caption {
	color: #e2e2e2;
}
/* WIDGET FLICKR */
.widget-flickr {
}
.flickr-photos {
	margin: -5px;
}
.flickr_badge_image {
	float: left;
	padding: 5px;
}
.flickr_badge_image:last-of-type {
	display: none;
}
.flickr_badge_image img {
	height: auto;
	width: 80px;
}
.flickr-photos:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
 @media (min-width: 768px) and (max-width: 991px) {
.flickr_badge_image img {
	width: 60px;
}
}
/* WIDGET CONTACT */
.widget-contact {
}
.widget-contact ul {
	list-style: none;
	margin-bottom: 0;
}
.widget-contact ul li {
}
.widget-contact ul li a {
	color: #666666;
	text-decoration: none;
}
#page-content .widget-contact .widget-title {
	margin-bottom: 30px;
}
/* WIDGET SOCIAL */
.widget-social {
}
.widget-social .social-media {
	margin-bottom: 0;
}
.widget-social .social-media a {
	color: #1e1a19;
}
#footer-top .widget-social .social-media a,  #footer .widget-social .social-media a,  #footer-bottom .widget-social .social-media a {
	width: 40px;
	height: 40px;
	margin-bottom: 0;
	color: #fff !important;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#footer-top .widget-social .social-media a:hover,  #footer .widget-social .social-media a:hover,  #footer-bottom .widget-social .social-media a:hover {
	background-color: #1896E2;
}
 @media (min-width: 768px) and (max-width: 991px) {
#footer-bottom .widget-social .social-media a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-right: 5px;
}
}
 @media (max-width: 767px) {
.widget-social .social-media {
	text-align: center;
	margin-top: 40px;
}
}
/* WIDGET POPULAR POSTS */
	
.widget-popular-posts {
}
.widget-popular-posts ul {
	list-style: none;
	margin-bottom: 0;
}
.widget-popular-posts ul li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.widget-popular-posts ul li a {
	text-decoration: none;
	font-size: 13px;
}
.widget-popular-posts .widget-title {
}
.widget-popular-posts img {
	display: block;
	margin-bottom: 10px;
}
.widget-popular-posts .post-title {
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 14px;
	color: #1e1a19;
	text-decoration: none;
}
.widget-popular-posts ul:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/***********************************************************************************
 *	+ MODAL WINDOW
 ***********************************************************************************/	
	
.modal {
	z-index: 999999;
	color: #333;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
}
.modal .widget-newsletter form {
	margin-bottom: 40px;
}
#footer-bottom .btn {
	margin-bottom: 0;
}
 @media (max-width: 767px) {
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
#footer-bottom .btn {
	margin-bottom: 40px;
}
}
/***********************************************************************************
 *	+ SEARCH RESULTS
 ***********************************************************************************/	
 
.search-results {
	font-size: 24px;
	font-weight: 500;
}
.search-results a {
	color: #1e1a19;
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.search-results a:hover {
	color: #1896E2;
}
/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/

.countdown {
}
.countdown > div {
	position: relative;
	width: 25%;
	float: left;
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
}
.countdown > div:after {
	color: #ffffff;
	content: ":";
	font-size: 48px;
	position: absolute;
	right: 0;
	top: 0px;
}
.countdown > div:last-child:after {
	display: none;
}
.countdown .counter {
	color: #ffffff;
	line-height: 50px;
	margin: 0 auto 30px;
}
.countdown > div > span {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.countdown:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
 @media (max-width: 767px) {
.countdown > div {
	margin-bottom: 50px;
	width: 100%;
}
.countdown > div:last-child {
	margin-bottom: 0;
}
.countdown > div:after {
	display: none;
}
.countdown .counter {
	margin-bottom: 20px;
}
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
 }
#fh5co-core-feature {
  padding-top: 10em;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-core-feature {
    padding-top: 3em;
    padding-bottom: 0em;
  }
}

.features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  height: auto;
  position: relative;
}
.features .col-half,
.features .col-half-image-holder {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .features .col-half-image-holder {
    display: block;
    position: absolute;
    bottom: 0;
    padding-bottom: 16em;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .features .col-half-image-holder {
    padding-bottom: 29em;
  }
}
@media screen and (max-width: 768px) {
  .features .col-half-image-holder img {
    right: 0;
    max-width: 45%;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .features .col-half-image-holder img {
    margin-right: -4em;
    max-width: 100%;
  }
}

.features .col-half {
  display: table;
}
.features .col-half .table-c {
  display: table-cell;
  vertical-align: middle;
  height: 554px;
}
.features .col-half .table-c .desc {
  width: 85%;
}
.features .col-half .table-c .desc > span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.features .col-half .table-c .desc h3 {
  font-size: 46px;
  line-height: 55px;
  font-weight: 300;
}
.features .col-half .table-c .desc .btn {
   background: #0C9CEE;
    border: 2px solid #0C9CEE;
}
.features .col-half .table-c .desc .btn:hover, .features .col-half .table-c .desc .btn:active, .features .col-half .table-c .desc .btn:focus {
  border: 2px solid #0E77B3 !important;
  background: #0E77B3 !important;
}
@media screen and (max-width: 768px) {
  .features .col-half {
    width: 100%;
    text-align: center;
  }
  .features .col-half .desc {
    width: 100% !important;
    padding: 0 30px;
  }
}
.features .col-half-image-holder {
  position: relative;
}
.features .col-half-image-holder img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.feature-center {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  margin-bottom: 20px;
  display: block;
}
.feature-center .icon i {
  font-size: 60px;
  color: #0C9CEE;
}
.feature-center .icon2 {
  float: left;
}
.feature-center .icon2 i {
  font-size: 100px;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  font-size: 22px;
  color: #5d5d5d;
}
.embed-respodnsive-16by9{
	padding-bottom: 65% !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	box-shadow: 0 10px 25px rgba(0,0,0,.5)
}

.fancybox-inner,.fancybox-outer {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-iframe,.fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span {
	background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: url(../images/blank.gif);
	-webkit-tap-highlight-color: transparent;
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important
}

.fancybox-lock {
	overflow: hidden!important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden!important
}

.fancybox-lock-test {
	overflow-y: hidden!important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: 400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0,0,0,.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
	#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span {
		background-image: url(../images/fancybox_sprite-2x.png);
		background-size: 44px 152px
	}

	#fancybox-loading div {
		background-image: url(../images/fancybox_loading-2x.gif);
		background-size: 24px 24px
	}
}

@charset"UTF-8";

.mb_YTPBar,.mb_YTPBar span.mb_YTPUrl a {
	color: #fff
}

@font-face {
	font-family:ytpregular;src:url(../other/ytp-regular.eot);src:url(../other/ytp-regular.woff)
}

.mb_YTPlayer:focus {
	outline: 0
}

.mbYTP_wrapper {
	display: block;
	transform: translateZ(0)translate3d(0,0,0);
	transform-style: preserve-3d;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box
}

.mb_YTPlayer .loading {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	color: #fff;
	background: rgba(0,0,0,.51);
	text-align: center;
	padding: 2px 4px;
	border-radius: 5px;
	font-family: "Droid Sans",sans-serif;
	-webkit-animation: fade .1s infinite alternate;
	animation: fade .1s infinite alternate
}

@-webkit-keyframes fade {
	0% {
		opacity: .5
	}

	100% {
		opacity: 1
	}
}

@keyframes fade {
	0% {
		opacity: .5
	}

	100% {
		opacity: 1
	}
}

.fullscreen {
	display: block!important;
	position: fixed!important;
	width: 100%!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	margin: 0!important;
	border: none!important;
	opacity: 1!important
}

.mbYTP_wrapper iframe {
	max-width: 4000px!important
}

.inline_YTPlayer {
	margin-bottom: 20px;
	vertical-align: top;
	position: relative;
	left: 0;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,.7);
	background: rgba(0,0,0,.5)
}

.inline_YTPlayer img {
	border: none!important;
	margin: 0!important;
	padding: 0!important;
	transform: none!important
}

.mb_YTPBar,.mb_YTPBar .buttonBar {
	box-sizing: border-box;
	left: 0;
	padding: 5px;
	width: 100%
}

.mb_YTPBar .ytpicon {
	font-size: 20px;
	font-family: ytpregular
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
	font-size: 30px
}

.mb_YTPBar {
	transition: opacity .5s;
	display: block;
	height: 10px;
	background: #333;
	position: fixed;
	bottom: 0;
	text-align: left;
	z-index: 1000;
	font: 14px/16px sans-serif;
	opacity: .1
}

.mb_YTPBar.visible,.mb_YTPBar:hover {
	opacity: 1
}

.mb_YTPBar .buttonBar {
	transition: all .5s;
	background: 0 0;
	font: 12px/14px Calibri;
	position: absolute;
	top: -30px
}

.mb_YTPBar:hover .buttonBar {
	background: rgba(0,0,0,.4)
}

.mb_YTPBar span {
	display: inline-block;
	font: 16px/20px Calibri,sans-serif;
	position: relative;
	width: 30px;
	height: 25px;
	vertical-align: middle
}

.mb_YTPBar span.mb_YTPTime {
	width: 130px
}

.mb_YTPBar span.mb_OnlyYT,.mb_YTPBar span.mb_YTPUrl {
	position: absolute;
	width: auto;
	display: block;
	top: 6px;
	right: 10px;
	cursor: pointer
}

.mb_YTPBar span.mb_YTPUrl img {
	width: 60px
}

.mb_YTPBar span.mb_OnlyYT {
	left: 300px;
	right: auto
}

.mb_YTPBar span.mb_OnlyYT img {
	width: 25px
}

.mb_YTPBar .mb_YTPMuteUnmute,.mb_YTPBar .mb_YTPPlaypause,.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
	cursor: pointer
}

.mb_YTPBar .mb_YTPProgress {
	height: 10px;
	width: 100%;
	background: #222;
	bottom: 0;
	left: 0
}

.mb_YTPBar .mb_YTPLoaded {
	height: 10px;
	width: 0;
	background: #444;
	left: 0
}

.mb_YTPBar .mb_YTPseekbar {
	height: 10px;
	width: 0;
	background: #000;
	bottom: 0;
	left: 0;
	box-shadow: rgba(82,82,82,.47)1px 1px 3px
}

.mb_YTPBar .YTPOverlay {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: "flat";
	box-sizing: border-box
}

.YTPOverlay.raster {
	background: url(../images/raster.png)
}

.YTPOverlay.raster.retina {
	background: url(../images/raster@2x.png)
}

.YTPOverlay.raster-dot {
	background: url(../images/raster_dot.png)
}

.YTPOverlay.raster-dot.retina {
	background: url(../images/raster_dot@2x.png)
}

.mb_YTPBar .simpleSlider {
	position: relative;
	width: 100px;
	height: 10px;
	border: 1px solid #fff;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 10px;
	cursor: pointer!important;
	border-radius: 3px
}

.mb_YTPBar.compact .simpleSlider {
	width: 40px
}

.mb_YTPBar .simpleSlider.muted {
	opacity: .3
}

.mb_YTPBar .level {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
	box-sizing: border-box
}

.mb_YTPBar .level.horizontal {
	height: 100%;
	width: 0
}

.mb_YTPBar .level.vertical {
	height: auto;
	width: 100%
}

.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited
{
	color:#0084B4!important;
}
.tp-caption.Twitter-Content a:hover
{
	color:#0084B4!important;
	text-decoration:underline!important;
}
.tp-caption.medium_grey,.medium_grey
{
	background-color:#888;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	margin:0;
	padding:2px 4px;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}
.tp-caption.small_text,.small_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	font-weight:700;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}
.tp-caption.medium_text,.medium_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}
.tp-caption.large_text,.large_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:40px;
	font-weight:700;
	line-height:40px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}
.tp-caption.very_large_text,.very_large_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:60px;
	font-weight:700;
	letter-spacing:-2px;
	line-height:60px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}
.tp-caption.very_big_white,.very_big_white
{
	background-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:60px;
	font-weight:800;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}
.tp-caption.very_big_black,.very_big_black
{
	background-color:#fff;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:Arial;
	font-size:60px;
	font-weight:700;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}
.tp-caption.modern_medium_fat,.modern_medium_fat
{
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans", sans-serif;
	font-size:24px;
	font-weight:800;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}
.tp-caption.modern_medium_fat_white,.modern_medium_fat_white
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:24px;
	font-weight:800;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}
.tp-caption.modern_medium_light,.modern_medium_light
{
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans", sans-serif;
	font-size:24px;
	font-weight:300;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}
.tp-caption.modern_big_bluebg,.modern_big_bluebg
{
	background-color:#4e5b6c;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:30px;
	font-weight:800;
	letter-spacing:0;
	line-height:36px;
	margin:0;
	padding:3px 10px;
	position:absolute;
	text-shadow:none;
}
.tp-caption.modern_big_redbg,.modern_big_redbg
{
	background-color:#de543e;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:30px;
	font-weight:300;
	letter-spacing:0;
	line-height:36px;
	margin:0;
	padding:1px 10px 3px;
	position:absolute;
	text-shadow:none;
}
.tp-caption.modern_small_text_dark,.modern_small_text_dark
{
	border-style:none;
	border-width:0;
	color:#555;
	font-family:Arial;
	font-size:14px;
	line-height:22px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}
.tp-caption.boxshadow,.boxshadow
{
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
	box-shadow:0 0 20px rgba(0,0,0,0.5);
}
.tp-caption.black,.black
{
	color:#000;
	text-shadow:none;
}
.tp-caption.noshadow,.noshadow
{
	text-shadow:none;
}
.tp-caption.thinheadline_dark,.thinheadline_dark
{
	background-color:transparent;
	color:rgba(0,0,0,0.85);
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:30px;
	position:absolute;
	text-shadow:none;
}
.tp-caption.thintext_dark,.thintext_dark
{
	background-color:transparent;
	color:rgba(0,0,0,0.85);
	font-family:"Open Sans";
	font-size:16px;
	font-weight:300;
	line-height:26px;
	position:absolute;
	text-shadow:none;
}
.tp-caption.largeblackbg,.largeblackbg
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#000;
	border-radius:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}
.tp-caption.largepinkbg,.largepinkbg
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#db4360;
	border-radius:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}
.tp-caption.largewhitebg,.largewhitebg
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#fff;
	border-radius:0;
	color:#000;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}
.tp-caption.largegreenbg,.largegreenbg
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#67ae73;
	border-radius:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}
.tp-caption.excerpt,.excerpt
{
	background-color:rgba(0,0,0,1);
	border-color:#fff;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:36px;
	font-weight:700;
	height:auto;
	letter-spacing:-1.5px;
	line-height:36px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
	white-space:normal!important;
	width:150px;
}
.tp-caption.large_bold_grey,.large_bold_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Open Sans";
	font-size:60px;
	font-weight:800;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.medium_thin_grey,.medium_thin_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:30px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.small_thin_grey,.small_thin_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#757575;
	font-family:"Open Sans";
	font-size:18px;
	font-weight:300;
	line-height:26px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.lightgrey_divider,.lightgrey_divider
{
	background-color:rgba(235,235,235,1);
	background-position:initial initial;
	background-repeat:initial initial;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:3px;
	text-decoration:none;
	width:370px;
}
.tp-caption.large_bold_darkblue,.large_bold_darkblue
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#34495e;
	font-family:"Open Sans";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}
.tp-caption.medium_bg_darkblue,.medium_bg_darkblue
{
	background-color:#34495e;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}
.tp-caption.medium_bold_red,.medium_bold_red
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#e33a0c;
	font-family:"Open Sans";
	font-size:24px;
	font-weight:800;
	line-height:30px;
	padding:0;
	text-decoration:none;
}
.tp-caption.medium_light_red,.medium_light_red
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#e33a0c;
	font-family:"Open Sans";
	font-size:21px;
	font-weight:300;
	line-height:26px;
	padding:0;
	text-decoration:none;
}
.tp-caption.medium_bg_red,.medium_bg_red
{
	background-color:#e33a0c;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}
.tp-caption.medium_bold_orange,.medium_bold_orange
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#f39c12;
	font-family:"Open Sans";
	font-size:24px;
	font-weight:800;
	line-height:30px;
	text-decoration:none;
}
.tp-caption.medium_bg_orange,.medium_bg_orange
{
	background-color:#f39c12;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}
.tp-caption.grassfloor,.grassfloor
{
	background-color:rgba(160,179,151,1);
	border-color:#222;
	border-style:none;
	border-width:0;
	height:150px;
	text-decoration:none;
	width:4000px;
}
.tp-caption.large_bold_white,.large_bold_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}
.tp-caption.medium_light_white,.medium_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:36px;
	padding:0;
	text-decoration:none;
}
.tp-caption.mediumlarge_light_white,.mediumlarge_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-decoration:none;
}
.tp-caption.mediumlarge_light_white_center,.mediumlarge_light_white_center
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-align:center;
	text-decoration:none;
}
.tp-caption.medium_bg_asbestos,.medium_bg_asbestos
{
	background-color:#7f8c8d;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}
.tp-caption.medium_light_black,.medium_light_black
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:36px;
	padding:0;
	text-decoration:none;
}
.tp-caption.large_bold_black,.large_bold_black
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}
.tp-caption.mediumlarge_light_darkblue,.mediumlarge_light_darkblue
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#34495e;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-decoration:none;
}
.tp-caption.small_light_white,.small_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:17px;
	font-weight:300;
	line-height:28px;
	padding:0;
	text-decoration:none;
}
.tp-caption.roundedimage,.roundedimage
{
	border-color:#222;
	border-style:none;
	border-width:0;
}
.tp-caption.large_bg_black,.large_bg_black
{
	background-color:#000;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:40px;
	font-weight:800;
	line-height:40px;
	padding:10px 20px 15px;
	text-decoration:none;
}
.tp-caption.mediumwhitebg,.mediumwhitebg
{
	background-color:#fff;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:30px;
	padding:5px 15px 10px;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.maincaption,.maincaption
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#212a40;
	font-family:roboto;
	font-size:33px;
	font-weight:500;
	line-height:43px;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.miami_title_60px,.miami_title_60px
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Source Sans Pro";
	font-size:60px;
	font-weight:700;
	letter-spacing:1px;
	line-height:60px;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.miami_subtitle,.miami_subtitle
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.65);
	font-family:"Source Sans Pro";
	font-size:17px;
	font-weight:400;
	letter-spacing:2px;
	line-height:24px;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.divideline30px,.divideline30px
{
	background:#fff;
	background-color:#fff;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:2px;
	min-width:30px;
	text-decoration:none;
}
.tp-caption.Miami_nostyle,.Miami_nostyle
{
	border-color:#222;
	border-style:none;
	border-width:0;
}
.tp-caption.miami_content_light,.miami_content_light
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Source Sans Pro";
	font-size:22px;
	font-weight:400;
	letter-spacing:0;
	line-height:28px;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.miami_title_60px_dark,.miami_title_60px_dark
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#333;
	font-family:"Source Sans Pro";
	font-size:60px;
	font-weight:700;
	letter-spacing:1px;
	line-height:60px;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.miami_content_dark,.miami_content_dark
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Source Sans Pro";
	font-size:22px;
	font-weight:400;
	letter-spacing:0;
	line-height:28px;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.divideline30px_dark,.divideline30px_dark
{
	background-color:#333;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:2px;
	min-width:30px;
	text-decoration:none;
}
.tp-caption.ellipse70px,.ellipse70px
{
	background-color:rgba(0,0,0,0.14902);
	border-color:#222;
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	cursor:pointer;
	line-height:1px;
	min-height:70px;
	min-width:70px;
	text-decoration:none;
}
.tp-caption.arrowicon,.arrowicon
{
	border-color:#222;
	border-style:none;
	border-width:0;
	line-height:1px;
}
.tp-caption.MarkerDisplay,.MarkerDisplay
{
	background-color:transparent;
	border-color:#000;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	font-family:Permanent Marker;
	font-style:normal;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.Restaurant-Display,.Restaurant-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:120px;
	font-style:normal;
	font-weight:700;
	line-height:120px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Restaurant-Cursive,.Restaurant-Cursive
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Nothing you could do;
	font-size:30px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Restaurant-ScrollDownText,.Restaurant-ScrollDownText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:17px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Restaurant-Description,.Restaurant-Description
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Restaurant-Price,.Restaurant-Price
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:30px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Restaurant-Menuitem,.Restaurant-Menuitem
{
	background-color:rgba(0,0,0,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:17px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Furniture-LogoText,.Furniture-LogoText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(230,207,163,1.00);
	font-family:Raleway;
	font-size:160px;
	font-style:normal;
	font-weight:300;
	line-height:150px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.Furniture-Plus,.Furniture-Plus
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
	color:rgba(230,207,163,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:6px 7px 4px;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.Furniture-Title,.Furniture-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:700;
	letter-spacing:3px;
	line-height:20px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.Furniture-Subtitle,.Furniture-Subtitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:300;
	line-height:20px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.Gym-Display,.Gym-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:80px;
	font-style:normal;
	font-weight:900;
	line-height:70px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Gym-Subline,.Gym-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:100;
	letter-spacing:5px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Gym-SmallText,.Gym-SmallText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:300;
	line-height:22;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.Fashion-SmallText,.Fashion-SmallText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:12px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:20px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Fashion-BigDisplay,.Fashion-BigDisplay
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:60px;
	font-style:normal;
	font-weight:900;
	letter-spacing:2px;
	line-height:60px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Fashion-TextBlock,.Fashion-TextBlock
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:40px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Sports-Display,.Sports-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:130px;
	font-style:normal;
	font-weight:100;
	letter-spacing:13px;
	line-height:130px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Sports-DisplayFat,.Sports-DisplayFat
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:130px;
	font-style:normal;
	font-weight:900;
	line-height:130px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Sports-Subline,.Sports-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:32px;
	font-style:normal;
	font-weight:400;
	letter-spacing:4px;
	line-height:32px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Instagram-Caption,.Instagram-Caption
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:20px;
	font-style:normal;
	font-weight:900;
	line-height:20px;
	padding:0;
	text-decoration:none;
}
.tp-caption.News-Title,.News-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto Slab;
	font-size:70px;
	font-style:normal;
	font-weight:400;
	line-height:60px;
	padding:0;
	text-decoration:none;
}
.tp-caption.News-Subtitle,.News-Subtitle
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto Slab;
	font-size:15px;
	font-style:normal;
	font-weight:300;
	line-height:24px;
	padding:0;
	text-decoration:none;
}
.tp-caption.News-Subtitle:hover,.News-Subtitle:hover
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,0.65);
	text-decoration:none;
}
.tp-caption.Photography-Display,.Photography-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:80px;
	font-style:normal;
	font-weight:100;
	letter-spacing:5px;
	line-height:70px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Photography-Subline,.Photography-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(119,119,119,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Photography-ImageHover,.Photography-ImageHover
{
	background-color:transparent;
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:22;
	padding:0;
	text-decoration:none;
}
.tp-caption.Photography-ImageHover:hover,.Photography-ImageHover:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.Photography-Menuitem,.Photography-Menuitem
{
	background-color:rgba(0,0,0,0.65);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-decoration:none;
}
.tp-caption.Photography-Menuitem:hover,.Photography-Menuitem:hover
{
	background-color:rgba(0,255,222,0.65);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.Photography-Textblock,.Photography-Textblock
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Photography-Subline-2,.Photography-Subline-2
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.35);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}
.tp-caption.Photography-ImageHover2,.Photography-ImageHover2
{
	background-color:transparent;
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Arial;
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:22;
	padding:0;
	text-decoration:none;
}
.tp-caption.Photography-ImageHover2:hover,.Photography-ImageHover2:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.WebProduct-Title,.WebProduct-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(51,51,51,1.00);
	font-family:Raleway;
	font-size:90px;
	font-style:normal;
	font-weight:100;
	line-height:90px;
	padding:0;
	text-decoration:none;
}
.tp-caption.WebProduct-SubTitle,.WebProduct-SubTitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-decoration:none;
}
.tp-caption.WebProduct-Content,.WebProduct-Content
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	font-family:Raleway;
	font-size:16px;
	font-style:normal;
	font-weight:600;
	line-height:24px;
	padding:0;
	text-decoration:none;
}
.tp-caption.WebProduct-Menuitem,.WebProduct-Menuitem
{
	background-color:rgba(51,51,51,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.WebProduct-Menuitem:hover,.WebProduct-Menuitem:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	text-decoration:none;
}
.tp-caption.WebProduct-Title-Light,.WebProduct-Title-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:90px;
	font-style:normal;
	font-weight:100;
	line-height:90px;
	padding:0;
	text-align:left;
	text-decoration:none;
}
.tp-caption.WebProduct-SubTitle-Light,.WebProduct-SubTitle-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.35);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}
.tp-caption.WebProduct-Content-Light,.WebProduct-Content-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.65);
	font-family:Raleway;
	font-size:16px;
	font-style:normal;
	font-weight:600;
	line-height:24px;
	padding:0;
	text-align:left;
	text-decoration:none;
}
.tp-caption.FatRounded,.FatRounded
{
	background-color:rgba(0,0,0,0.50);
	border-color:rgba(211,211,211,1.00);
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:900;
	line-height:30px;
	padding:20px 22px 20px 25px;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.FatRounded:hover,.FatRounded:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(211,211,211,1.00);
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.NotGeneric-Title,.NotGeneric-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:70px;
	font-style:normal;
	font-weight:800;
	line-height:70px;
	padding:10px 0;
	text-decoration:none;
}
.tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:13px;
	font-style:normal;
	font-weight:500;
	letter-spacing:4px;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}
.tp-caption.NotGeneric-CallToAction,.NotGeneric-CallToAction
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.NotGeneric-CallToAction:hover,.NotGeneric-CallToAction:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.NotGeneric-Icon,.NotGeneric-Icon
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:400;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
}
.tp-caption.NotGeneric-Menuitem,.NotGeneric-Menuitem
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.15);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:27px 30px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.NotGeneric-Menuitem:hover,.NotGeneric-Menuitem:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.MarkerStyle,.MarkerStyle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Permanent Marker";
	font-size:17px;
	font-style:normal;
	font-weight:100;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Gym-Menuitem,.Gym-Menuitem
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(255,255,255,0);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Gym-Menuitem:hover,.Gym-Menuitem:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(255,255,255,0.25);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.Newspaper-Button,.Newspaper-Button
{
	background-color:rgba(255,255,255,0);
	border-color:rgba(255,255,255,0.25);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:13px;
	font-style:normal;
	font-weight:700;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Newspaper-Button:hover,.Newspaper-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}
.tp-caption.Newspaper-Subtitle,.Newspaper-Subtitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(168,216,238,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:900;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Newspaper-Title,.Newspaper-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Roboto Slab";
	font-size:50px;
	font-style:normal;
	font-weight:400;
	line-height:55px;
	padding:0 0 10px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Newspaper-Title-Centered,.Newspaper-Title-Centered
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Roboto Slab";
	font-size:50px;
	font-style:normal;
	font-weight:400;
	line-height:55px;
	padding:0 0 10px;
	text-align:center;
	text-decoration:none;
}
.tp-caption.Hero-Button,.Hero-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Hero-Button:hover,.Hero-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}
.tp-caption.Video-Title,.Video-Title
{
	background-color:rgba(0,0,0,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:900;
	line-height:30px;
	padding:5px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Video-SubTitle,.Video-SubTitle
{
	background-color:rgba(0,0,0,0.35);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:12px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:12px;
	padding:5px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.NotGeneric-Button,.NotGeneric-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.NotGeneric-Button:hover,.NotGeneric-Button:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.NotGeneric-BigButton,.NotGeneric-BigButton
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.15);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:27px 30px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.NotGeneric-BigButton:hover,.NotGeneric-BigButton:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.WebProduct-Button,.WebProduct-Button
{
	background-color:rgba(51,51,51,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:16px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:48px;
	padding:0 40px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.WebProduct-Button:hover,.WebProduct-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:2px;
	color:rgba(51,51,51,1.00);
	text-decoration:none;
}
.tp-caption.Restaurant-Button,.Restaurant-Button
{
	background-color:rgba(10,10,10,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Restaurant-Button:hover,.Restaurant-Button:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,224,129,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.Gym-Button,.Gym-Button
{
	background-color:rgba(139,192,39,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:15px;
	padding:13px 35px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Gym-Button:hover,.Gym-Button:hover
{
	background-color:rgba(114,168,0,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.Gym-Button-Light,.Gym-Button-Light
{
	background-color:transparent;
	border-color:rgba(255,255,255,0.25);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:600;
	line-height:15px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Gym-Button-Light:hover,.Gym-Button-Light:hover
{
	background-color:rgba(114,168,0,0);
	border-color:rgba(139,192,39,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.Sports-Button-Light,.Sports-Button-Light
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Sports-Button-Light:hover,.Sports-Button-Light:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.Sports-Button-Red,.Sports-Button-Red
{
	background-color:rgba(219,28,34,1.00);
	border-color:rgba(219,28,34,0);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Sports-Button-Red:hover,.Sports-Button-Red:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.Photography-Button,.Photography-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.25);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:15px;
	padding:13px 35px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Photography-Button:hover,.Photography-Button:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.Newspaper-Button-2,.Newspaper-Button-2
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:900;
	line-height:15px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Newspaper-Button-2:hover,.Newspaper-Button-2:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.Feature-Tour,.Feature-Tour
{
	background-color:rgba(139,192,39,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:17px 35px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Feature-Tour:hover,.Feature-Tour:hover
{
	background-color:rgba(114,168,0,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.Feature-Examples,.Feature-Examples
{
	background-color:transparent;
	border-color:rgba(33,42,64,0.15);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(33,42,64,0.50);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:15px 35px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Feature-Examples:hover,.Feature-Examples:hover
{
	background-color:transparent;
	border-color:rgba(139,192,39,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(139,192,39,1.00);
	text-decoration:none;
}
.tp-caption.subcaption,.subcaption
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(111,124,130,1.00);
	font-family:roboto;
	font-size:19px;
	font-style:normal;
	font-weight:400;
	line-height:24px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.menutab,.menutab
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,46,49,1.00);
	font-family:roboto;
	font-size:25px;
	font-style:normal;
	font-weight:300;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.menutab:hover,.menutab:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(213,0,0,1.00);
	text-decoration:none;
}
.tp-caption.maincontent,.maincontent
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,46,49,1.00);
	font-family:roboto;
	font-size:21px;
	font-style:normal;
	font-weight:300;
	line-height:26px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.minitext,.minitext
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(185,186,187,1.00);
	font-family:roboto;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}
.tp-caption.Feature-Buy,.Feature-Buy
{
	background-color:rgba(0,154,238,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:17px 35px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Feature-Buy:hover,.Feature-Buy:hover
{
	background-color:rgba(0,133,214,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.Feature-Examples-Light,.Feature-Examples-Light
{
	background-color:transparent;
	border-color:rgba(255,255,255,0.15);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:15px 35px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Feature-Examples-Light:hover,.Feature-Examples-Light:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.Facebook-Likes,.Facebook-Likes
{
	background-color:rgba(59,89,153,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:5px 15px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Twitter-Favorites,.Twitter-Favorites
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(136,153,166,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:0;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Twitter-Link,.Twitter-Link
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	color:rgba(135,153,165,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:15px;
	padding:11px 11px 9px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Twitter-Link:hover,.Twitter-Link:hover
{
	background-color:rgba(0,132,180,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.tp-caption.Twitter-Retweet,.Twitter-Retweet
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(136,153,166,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:0;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Twitter-Content,.Twitter-Content
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,47,51,1.00);
	font-family:Roboto;
	font-size:20px;
	font-style:normal;
	font-weight:500;
	line-height:28px;
	padding:30px 30px 70px;
	text-align:left;
	text-decoration:none;
}
.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"]{ 	
	font-family: "Arial", sans-serif;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    line-height: 46px;
    padding: 0 20px;
    cursor: text;
    border: 0;
    width: 400px;
    margin-bottom: 0px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.tp-caption.BigBold-Title,
.BigBold-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 110px;
    line-height: 100px;
    font-weight: 800;
    font-style: normal;
    font-family: Raleway;
    padding: 10px 0px 10px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
    color: rgba(255, 255, 255, 0.50);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.BigBold-Button,
.BigBold-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
    color: rgba(41, 46, 49, 1.00);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 30px 30px 30px 30px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 15px 70px 15px 50px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
    color: rgba(41, 46, 49, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 14px 14px 14px 16px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px
}
.tp-caption.Video-SubTitle,
.Video-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    font-style: normal;
    font-family: Raleway;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.35);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 2px;
    text-align: left
}
.tp-caption.Video-Title,
.Video-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    font-style: normal;
    font-family: Raleway;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1.00);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
    color: rgba(255, 255, 255, 1.00);
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
    color: rgba(255, 255, 255, 1.00);
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 5px 5px 5px
}
.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    font-style: normal;
    font-family: Raleway;
    padding: 0px 0px 0px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 20px 50px 20px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 2px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 3px
}
.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    text-shadow: none
}
.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
    color: rgba(41, 46, 49, 1.00);
    font-size: 33px;
    line-height: 45px;
    font-weight: 600;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
    color: rgba(111, 124, 130, 1.00);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
    color: rgba(41, 46, 49, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
    color: rgba(111, 124, 130, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px
}
.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
    color: rgba(41, 46, 49, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
    color: rgba(111, 124, 130, 1.00);
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
    color: rgba(111, 124, 130, 1.00);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 14px 14px 14px 16px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px
}
.tp-caption.Newspaper-Title,
.Newspaper-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto Slab";
    padding: 0 0 10px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
    color: rgba(168, 216, 238, 1.00);
    font-size: 15px;
    line-height: 20px;
    font-weight: 900;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Newspaper-Button,
.Newspaper-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 35px 12px 35px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    letter-spacing: 2px;
    text-align: left
}
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.rtwhitemedium,
.rtwhitemedium {
    font-size: 22px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
    text-shadow: none
}
@media only screen and (max-width: 767px) {
	.revtp-searchform input[type="text"],
	.revtp-searchform input[type="email"],
	.revtp-form input[type="text"],
	.revtp-form input[type="email"] { width: 200px !important; }
}
.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {	
	font-family: "Arial", sans-serif;
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
    border: 0;
    background: #009aee;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    .tp-caption.Concept-Title,
    .Concept-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 700;
        font-style: normal;
        font-family: Roboto Condensed;
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 5px
    }
    .tp-caption.Concept-SubTitle,
    .Concept-SubTitle {
        color: rgba(255, 255, 255, 0.65);
        font-size: 25px;
        line-height: 25px;
        font-weight: 700;
        font-style: italic;
        font-family: Playfair Display;
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Content,
    .Concept-Content {
        color: rgba(255, 255, 255, 1.00);
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        font-style: normal;
        font-family: Roboto Condensed;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-MoreBtn,
    .Concept-MoreBtn {
        color: rgba(255, 255, 255, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left
    }
    .tp-caption.Concept-MoreBtn:hover,
    .Concept-MoreBtn:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-LessBtn,
    .Concept-LessBtn {
        color: rgba(255, 255, 255, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left
    }
    .tp-caption.Concept-LessBtn:hover,
    .Concept-LessBtn:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-SubTitle-Dark,
    .Concept-SubTitle-Dark {
        color: rgba(0, 0, 0, 0.65);
        font-size: 25px;
        line-height: 25px;
        font-weight: 700;
        font-style: italic;
        font-family: Playfair Display;
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Title-Dark,
    .Concept-Title-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 700;
        font-style: normal;
        font-family: Roboto Condensed;
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 5px
    }
    .tp-caption.Concept-MoreBtn-Dark,
    .Concept-MoreBtn-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left
    }
    .tp-caption.Concept-MoreBtn-Dark:hover,
    .Concept-MoreBtn-Dark:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-Content-Dark,
    .Concept-Content-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        font-style: normal;
        font-family: Roboto Condensed;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Notice,
    .Concept-Notice {
        color: rgba(255, 255, 255, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 400;
        font-style: normal;
        font-family: Roboto Condensed;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px
    }
    .tp-caption.Concept-Content a,
    .tp-caption.Concept-Content a:visited {
        color: #fff !important;
        border-bottom: 1px solid #fff !important;
        font-weight: 700 !important;
    }
    .tp-caption.Concept-Content a:hover {
        border-bottom: 1px solid transparent !important;
    }
    .tp-caption.Concept-Content-Dark a,
    .tp-caption.Concept-Content-Dark a:visited {
        color: #000 !important;
        border-bottom: 1px solid #000 !important;
        font-weight: 700 !important;
    }
    .tp-caption.Concept-Content-Dark a:hover {
        border-bottom: 1px solid transparent !important;
    }
    .tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    .tp-caption.Creative-Title,
    .Creative-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 400;
        font-style: normal;
        font-family: Playfair Display;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Creative-SubTitle,
    .Creative-SubTitle {
        color: rgba(205, 176, 131, 1.00);
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        font-style: normal;
        font-family: Lato;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px
    }
    .tp-caption.Creative-Button,
    .Creative-Button {
        color: rgba(205, 176, 131, 1.00);
        font-size: 13px;
        line-height: 13px;
        font-weight: 400;
        font-style: normal;
        font-family: Lato;
        padding: 15px 50px 15px 50px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(205, 176, 131, 0.25);
        border-style: solid;
        border-width: 1px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px
    }
    .tp-caption.Creative-Button:hover,
    .Creative-Button:hover {
        color: rgba(205, 176, 131, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(205, 176, 131, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 0px 0px 0px 0px
    }
.tp-caption.subcaption,
    .subcaption {
        color: rgba(111, 124, 130, 1.00);
        font-size: 19px;
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        font-family: roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 0, 0, 1.00);
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-shadow: none;
        text-align: left
    }
    .tp-caption.RedDot,
    .RedDot {
        color: rgba(0, 0, 0, 1.00);
        font-size: px;
        line-height: px;
        font-weight: 400;
        font-style: normal;
        font-family: ;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(213, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: solid;
        border-width: 5px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.RedDot:hover,
    .RedDot:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.75);
        border-color: rgba(213, 0, 0, 1.00);
        border-style: solid;
        border-width: 5px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.SlidingOverlays-Title,
    .SlidingOverlays-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 50px;
        line-height: 50px;
        font-weight: 400;
        font-style: normal;
        font-family: Playfair Display;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.SlidingOverlays-Title,
    .SlidingOverlays-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 50px;
        line-height: 50px;
        font-weight: 400;
        font-style: normal;
        font-family: Playfair Display;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
     .tp-caption.Woo-TitleLarge,
    .Woo-TitleLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        font-style: normal;
        font-family: Playfair Display;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        type: text
    }
    .tp-caption.Woo-Rating,
    .Woo-Rating {
        color: rgba(0, 0, 0, 1.00);
        font-size: 14px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: left;
        type: text
    }
    .tp-caption.Woo-SubTitle,
    .Woo-SubTitle {
        color: rgba(0, 0, 0, 1.00);
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        letter-spacing: 2px;
        type: text
    }
    .tp-caption.Woo-PriceLarge,
    .Woo-PriceLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        type: text
    }
    .tp-caption.Woo-ProductInfo,
    .Woo-ProductInfo {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 75px 12px 50px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        type: button
    }
    .tp-caption.Woo-ProductInfo:hover,
    .Woo-ProductInfo:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-AddToCart,
    .Woo-AddToCart {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 35px 12px 35px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        type: button
    }
    .tp-caption.Woo-AddToCart:hover,
    .Woo-AddToCart:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-TitleLarge,
    .Woo-TitleLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        font-style: normal;
        font-family: Playfair Display;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        type: text
    }
    .tp-caption.Woo-SubTitle,
    .Woo-SubTitle {
        color: rgba(0, 0, 0, 1.00);
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        letter-spacing: 2px;
        type: text
    }
    .tp-caption.Woo-PriceLarge,
    .Woo-PriceLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        type: text
    }
    .tp-caption.Woo-ProductInfo,
    .Woo-ProductInfo {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 75px 12px 50px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        type: button
    }
    .tp-caption.Woo-ProductInfo:hover,
    .Woo-ProductInfo:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-AddToCart,
    .Woo-AddToCart {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 35px 12px 35px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        type: button
    }
    .tp-caption.Woo-AddToCart:hover,
    .Woo-AddToCart:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.FullScreen-Toggle,
    .FullScreen-Toggle {
        color: rgba(255, 255, 255, 1.00);
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        font-style: normal;
        font-family: Raleway;
        padding: 11px 8px 11px 12px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.50);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 3px;
        text-align: left
    }
    .tp-caption.FullScreen-Toggle:hover,
    .FullScreen-Toggle:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
	

.ares.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:60px;
    min-height:60px;
  position:absolute;
  display:block;
  z-index:100;
    border-radius:50%;
}
.ares.tparrows:hover {
}
.ares.tparrows:before {
  font-family: "revicons";
  font-size:25px;
  color:#aaa;
  display:block;
  line-height: 60px;
  text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    z-index:2;
    position:relative;
}
.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}
.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}
.ares.tparrows:hover:before {
 color:#000;
      }
.ares .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#fff;
  min-height:60px;
  line-height:60px;
  top:0px;
  margin-left:30px;
  border-radius:0px 30px 30px 0px;
  overflow:hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .ares.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:30px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
border-radius:30px 0px 0px 30px;
 }
.ares.tparrows:hover .tp-title-wrap {
  transform:scaleX(1) scaleY(1);
    -webkit-transform:scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
  position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#000;
  font-weight:400;
  font-size:14px;
  line-height:60px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:10px;
  opacity:0;
}
.ares.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:10px;
      }
.ares.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}
/* BULLETS */
.ares.tp-bullets {
}
.ares.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.ares .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
	background:#fff;
}
.ares .tp-bullet-title {
  position:absolute;
  color:#888;
  font-size:12px;
  padding:0px 10px;
  font-weight:600;
  right:27px;
  top:-4px;
  background:#fff;
  background:rgba(255,255,255,0.75);
  visibility:hidden;
  transform:translateX(-20px);
  -webkit-transform:translateX(-20px);
  transition:transform 0.3s;
  -webkit-transition:transform 0.3s;
  line-height:20px;
  white-space:nowrap;
}     
.ares .tp-bullet-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent rgba(255,255,255,0.75);
	content:" ";
    position:absolute;
    right:-10px;
	top:0px;
}
    
.ares .tp-bullet:hover .tp-bullet-title{
  visibility:visible;
   transform:translateX(0px);
  -webkit-transform:translateX(0px);
}
.ares .tp-bullet.selected:hover .tp-bullet-title {
    background:#fff;
        }
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color:transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
        visibility:hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
    visibility:visible;
      }
/* TABS */
.ares .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.ares .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;
}
.ares .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.ares .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.ares .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.ares .tp-tab:hover,
.ares .tp-tab.selected {
	background:#eee; 
}
.ares .tp-tab-mask {
}
/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 768px) {
}

/* ARROWS */
.custom.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
}
.custom.tparrows:hover {
	background:#000;
}
.custom.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.custom.tparrows.tp-rightarrow:before {
	content: "\e825";
}
/* BULLETS */
.custom.tp-bullets {
}
.custom.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.custom .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
    background:rgba(125,125,125,0.5);
	cursor: pointer;
	box-sizing:content-box;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
	background:rgb(125,125,125);
}
.custom .tp-bullet-image {
}
.custom .tp-bullet-title {
}

/* ARROWS */
.dione.tparrows {
  height:100%;
  width:100px;
  background:transparent;
  background:rgba(0,0,0,0);
  line-height:100%;
  transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.dione.tparrows:hover {
 background:rgba(0,0,0,0.45);
 }
.dione .tp-arr-imgwrapper {
 width:100px;
 left:0px;
 position:absolute;
 height:100%;
 top:0px;
 overflow:hidden;
 }
.dione.tp-rightarrow .tp-arr-imgwrapper {
left:auto;
right:0px;
}
.dione .tp-arr-imgholder {
background-position:center center;
background-size:cover;
width:100px;
height:100%;
top:0px;
visibility:hidden;
transform:translateX(-50px);
-webkit-transform:translateX(-50px);
transition:all 0.3s;
-webkit-transition:all 0.3s;
opacity:0;
left:0px;
}
.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right:0px;
  left:auto;
  transform:translateX(50px);
 -webkit-transform:translateX(50px);
}
.dione.tparrows:before {
position:absolute;
line-height:30px;
margin-left:-22px;
top:50%;
left:50%;
font-size:30px;
margin-top:-15px;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.dione.tparrows.tp-rightarrow:before {
margin-left:6px;
}
.dione.tparrows:hover:before {
  transform:translateX(-20px);
-webkit-transform:translateX(-20px);
opacity:0;
}
.dione.tparrows.tp-rightarrow:hover:before {
  transform:translateX(20px);
-webkit-transform:translateX(20px);
}
.dione.tparrows:hover .tp-arr-imgholder {
 transform:translateX(0px);
-webkit-transform:translateX(0px);
opacity:1;
visibility:visible;
}
/* BULLETS */
.dione .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
  }
.dione .tp-bullet-image {
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.dione .tp-bullet-title { 
     position:absolute; 
   bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
   -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }
.dione .tp-bullet:hover .tp-bullet-title {
     transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}
.dione .tp-bullet.selected,
.dione .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.dione .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }

/* ARROWS */
.erinyen.tparrows {
  cursor:pointer;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
  border-radius:35px;   
}
.erinyen.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.erinyen .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-height:70px;
  line-height:70px;
  top:0px;
  margin-left:0px;
  border-radius:35px;
  overflow:hidden; 
  transition: opacity 0.3s;
  -webkit-transition:opacity 0.3s;
  -moz-transition:opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);  
  visibility:hidden;
  opacity:0;
}
.erinyen.tparrows:hover .tp-title-wrap{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity:1;
  visibility:visible;
}
        
 .erinyen.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:0px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
  border-radius:35px;
  padding-right:20px;
  padding-left:10px;
 }
.erinyen.tp-leftarrow .tp-title-wrap { 
   padding-left:20px;
  padding-right:10px;
}
.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
   position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:13px;
  line-height:70px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:11px;
  opacity:0;  
}
.erinyen .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
    }
 .erinyen .tp-arr-img-over {
   width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
   background:#000;
   background:rgba(0,0,0,0.5);
        }
.erinyen.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:11px;
      }
.erinyen.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}
/* BULLETS */
.erinyen.tp-bullets {
}
.erinyen.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #555555; /* old browsers */
    background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #555555 0%,#222222 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #555555 0%,#222222 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */
	padding:10px 15px;
	margin-left:-15px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:10px;
   box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3);
}
.erinyen .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#111;	
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
	background: #e5e5e5; /* old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #999999 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* ie10+ */
background: linear-gradient(to bottom,  #e5e5e5 0%,#999999 100%); /* w3c */
filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */
  border:1px solid #555;
  width:12px;height:12px;
}
.erinyen .tp-bullet-image {
}
.erinyen .tp-bullet-title {
}
/* THUMBS */
.erinyen .tp-thumb {
opacity:1
}
.erinyen .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}
.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.erinyen .tp-thumb-more:before {
  content: "\e825";
}
.erinyen .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}
.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;
}
.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color:#000;
}
/* TABS */
.erinyen .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab"
    margin-bottom:5px;
}
.erinyen .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}
      

.gyges.tp-bullets {
}
.gyges.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #777777; /* Old browsers */
    background: -moz-linear-gradient(top,  #777777 0%, #666666 100%); 
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#777777), color-stop(100%,#666666)); 
    background: -webkit-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -o-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -ms-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: linear-gradient(to bottom,  #777777 0%,#666666 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", 
    endColorstr="#666666",GradientType=0 ); 
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
  border-radius:10px;
}
.gyges .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#333;
	border:3px solid #444;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", 
    endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */
}
.gyges .tp-bullet-image {
}
.gyges .tp-bullet-title {
}
	
/* THUMBS */
.gyges .tp-thumb { 
      opacity:1
  }
.gyges .tp-thumb-img-wrap {
  padding:3px;
    background:#000;
  background-color:rgba(0,0,0,0.25);
  display:inline-block;
  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.gyges .tp-thumb-image {
   padding:3px; 
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  
.gyges .tp-thumb-title { 
     position:absolute; 
     bottom:100%; 
     display:inline-block;
     left:50%;
     background:rgba(255,255,255,0.8);
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     margin-bottom:20px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    white-space:nowrap;
 }
.gyges .tp-thumb:hover .tp-thumb-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
 .gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 }
.gyges .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(255,255,255,0.8) transparent transparent transparent;
        bottom:-8px;
   }
/* TABS */
.gyges .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255,255,255,0.15);
 }
.gyges .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;
}
.gyges .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
  overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.gyges .tp-tab-date
  {
  display:block;
  color: rgba(255,255,255,0.25);
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.gyges .tp-tab-title 
{
    display:block;  
    text-align:left;
    color:#fff;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background:rgba(0,0,0,0.5); 
}
.gyges .tp-tab-mask {
}
/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 768px) {
}

.hades.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.15);
	width:100px;
	height:100px;
	position:absolute;
	display:block;
	z-index:100;
}
.hades.tparrows:before {
	font-family: "revicons";
	font-size:30px;
	color:#fff;
	display:block;
	line-height: 100px;
	text-align: center;
  transition: background 0.3s, color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hades.tparrows.tp-rightarrow:before {
	content: "\e825";
}
.hades.tparrows:hover:before {
   color:#aaa;
   background:#fff;
   background:rgba(255,255,255,1);
 }
.hades .tp-arr-allwrapper {
  position:absolute;
  left:100%;
  top:0px;
  background:#888; 
  width:100px;height:100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
   left:auto;
   right:100%;
   -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
   -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}
.hades:hover .tp-arr-allwrapper {
   -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;  
    -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
 }
    
.hades .tp-arr-iwrapper {
}
.hades .tp-arr-imgholder {
  background-size:cover;
  position:absolute;
  top:0px;left:0px;
  width:100%;height:100%;
}
.hades .tp-arr-titleholder {
}
.hades .tp-arr-subtitleholder {
}
/* BULLETS */
.hades.tp-bullets {
}
.hades.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hades .tp-bullet {
	width:3px;
	height:3px;
	position:absolute;
	background:#888;	
	cursor: pointer;
    border:5px solid #fff;
	box-sizing:content-box;
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective:400;
    perspective:400;
    -webkit-transform:translatez(0.01px);
    transform:translatez(0.01px);
}
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
	background:#555;
  
}
.hades .tp-bullet-image {
  position:absolute;top:-80px; left:-60px;width:120px;height:60px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
  
  
}
.hades .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility:visible;
    }
.hades .tp-bullet-title {
}
/* THUMBS */
.hades .tp-thumb { 
      opacity:1
  }
.hades .tp-thumb-img-wrap {
  border-radius:50%;
  padding:3px;
  display:inline-block;
background:#000;
  background-color:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hades .tp-thumb-image {
   padding:3px; 
   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  
.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.hades .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }
/* TABS */
.hades .tp-tab {
  opacity:1;
 }
    
.hades .tp-tab-title
 {
      display:block;
      color:#333;
      font-weight:600;
      font-size:18px;
      text-align:center;
      line-height:25px;      
    } 
.hades .tp-tab-price
 {
	display:block;
    text-align:center;
    color:#999;
    font-size:16px;
    margin-top:10px;
   line-height:20px
}
.hades .tp-tab-button {
    display:inline-block;
    margin-top:15px;
    text-align:center;
	padding:5px 15px;
  	color:#fff;
  	font-size:14px;
  	background:#219bd7;
   	border-radius:4px;
   font-weight:400;
}
.hades .tp-tab-inner {
	text-align:center;
}
              

.hebe.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:70px;
    min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
}
.hebe.tparrows:hover {
}
.hebe.tparrows:before {
  font-family: "revicons";
  font-size:30px;
  color:#aaa;
  display:block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index:2;
  position:relative;
   background:#fff;
  min-width:70px;
    min-height:70px;
}
.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.hebe.tparrows:hover:before {
 color:#000;
      }
.hebe .tp-title-wrap { 
  position:absolute;
  z-index:0;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.75);
  min-height:60px;
  line-height:60px;
  top:-10px;
  margin-left:0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .hebe.tp-rightarrow .tp-title-wrap { 
   right:0px;
   -webkit-transform-origin:100% 50%;
 }
.hebe.tparrows:hover .tp-title-wrap {
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
}
.hebe .tp-arr-titleholder {
  position:relative;
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:12px;
  line-height:90px;
  white-space:nowrap;
  padding:0px 20px 0px 90px;
}
.hebe.tp-rightarrow .tp-arr-titleholder {
   margin-left:0px; 
   padding:0px 90px 0px 20px;
 }
.hebe.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}
.hebe .tp-arr-imgholder{
      width:90px;
      height:90px;
      position:absolute;
      left:100%;
      display:block;
      background-size:cover;
      background-position:center center;
  	 top:0px; right:-90px;
    }
.hebe.tp-rightarrow .tp-arr-imgholder{
        right:auto;left:-90px;
      }
/* BULLETS */
.hebe.tp-bullets {
}
.hebe.tp-bullets:before {
  content:" ";
  position:absolute;
  width:100%;
  height:100%;
  background:transparent;
  padding:10px;
  margin-left:-10px;margin-top:-10px;
  box-sizing:content-box;
}
.hebe .tp-bullet {
  width:3px;
  height:3px;
  position:absolute;
  background:#fff;  
  cursor: pointer;
  border:5px solid #222;
  border-radius:50%;
  box-sizing:content-box;
  -webkit-perspective:400;
  perspective:400;
  -webkit-transform:translateZ(0.01px);
  transform:translateZ(0.01px);
   transition:all 0.3s;
}
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background:#222;
  border-color:#fff;
}
.hebe .tp-bullet-image {
  position:absolute;
  top:-90px; left:-40px;
  width:70px;
  height:70px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
border-radius:6px;
  
  
}
.hebe .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility:visible;
    }
.hebe .tp-bullet-title {
}
/* TABS */
.hebe .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab"
    margin-bottom:5px;
}
.hebe .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}

.hephaistos.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
    border-radius:50%;
}
.hephaistos.tparrows:hover {
	background:#000;
}
.hephaistos.tparrows:before {
	font-family: "revicons";
	font-size:18px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hephaistos.tparrows.tp-leftarrow:before {
	content: "\e82c";
  margin-left:-2px;
  
}
.hephaistos.tparrows.tp-rightarrow:before {
	content: "\e82d";
   margin-right:-2px;
}
/* BULLETS */
.hephaistos.tp-bullets {
}
.hephaistos.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hephaistos .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#999;
	border:3px solid #f5f5f5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
  box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);
}
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
	background:#fff;
    border-color:#000;
}
.hephaistos .tp-bullet-image {
}
.hephaistos .tp-bullet-title {
}

.hermes.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:30px;
	height:110px;
	position:absolute;
	display:block;
	z-index:100;
}
.hermes.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 110px;
	text-align: center;
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hermes.tparrows.tp-rightarrow:before {
	content: "\e825";
}
.hermes.tparrows.tp-leftarrow:hover:before {
    transform:translateX(-20px);
    -webkit-transform:translateX(-20px);
     opacity:0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
    transform:translateX(20px);
    -webkit-transform:translateX(20px);
     opacity:0;
}
.hermes .tp-arr-allwrapper {
    overflow:hidden;
    position:absolute;
	width:180px;
    height:140px;
    top:0px;
    left:0px;
    visibility:hidden;
      -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
    }
.hermes.tp-rightarrow .tp-arr-allwrapper {
   right:0px;left:auto;
      }
.hermes.tparrows:hover .tp-arr-allwrapper {
   visibility:visible;
          }
.hermes .tp-arr-imgholder {
  width:180px;position:absolute;
  left:0px;top:0px;height:110px;
  transform:translateX(-180px);
  -webkit-transform:translateX(-180px);
  transition:all 0.3s;
  transition-delay:0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder{
    transform:translateX(180px);
  -webkit-transform:translateX(180px);
      }
  
.hermes.tparrows:hover .tp-arr-imgholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);            
}
.hermes .tp-arr-titleholder {
  top:110px;
  width:180px;
  text-align:left; 
  display:block;
  padding:0px 10px;
  line-height:30px; background:#000;
  background:rgba(0,0,0,0.75);color:#fff;
  font-weight:600; position:absolute;
  font-size:12px;
  white-space:nowrap;
  letter-spacing:1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing:border-box;
}
.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* BULLETS */
.hermes.tp-bullets {
}
.hermes .tp-bullet {
    overflow:hidden;
    border-radius:50%;
    width:16px;
    height:16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #FFF;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position:absolute;
}
.hermes .tp-bullet:hover {
	  background-color: rgba(0, 0, 0, 0.2);
}
.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
  height:100%;
}
/* TABS */
.hermes .tp-tab { 
  opacity:1;  
  padding-right:10px;
  box-sizing:border-box;
 }
.hermes .tp-tab-image 
{ 
  width:100%;
  height:60%;
  position:relative;
}
.hermes .tp-tab-content 
{
    background:rgb(54,54,54); 
    position:absolute;
    padding:20px 20px 20px 30px;
    box-sizing:border-box;
    color:#fff;
  display:block;
  width:100%;
  min-height:40%;
  bottom:0px;
  left:-10px;
  }
.hermes .tp-tab-date
  {
  display:block;
  color:#888;
  font-weight:600;
  font-size:12px;
  margin-bottom:10px;
  }
.hermes .tp-tab-title 
{
    display:block;	
    color:#fff;
    font-size:16px;
    font-weight:800;
    text-transform:uppercase;
   line-height:19px;
}
.hermes .tp-tab.selected .tp-tab-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 10px;
	border-color: transparent transparent transparent rgb(54,54,54);
	content:" ";
    position:absolute;
    right:-9px;
    bottom:50%;
    margin-bottom:-30px;
}
.hermes .tp-tab-mask {
     padding-right:10px !important;
          }
/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
  .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
  .hermes .tp-tab-content { padding:15px 15px 15px 25px;}
}
@media only screen and (max-width: 768px) {
  .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
  .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
  .hermes .tp-tab-content {padding:10px 10px 10px 20px;}
}

.hesperiden.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
    border-radius: 50%;
}
.hesperiden.tparrows:hover {
	background:#000;
}
.hesperiden.tparrows:before {
	font-family: "revicons";
	font-size:20px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
	content: "\e82c";
    margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
	content: "\e82d";
    margin-right:-3px;
}
/* BULLETS */
.hesperiden.tp-bullets {
}
.hesperiden.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:8px;
  
}
.hesperiden .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background: #999999; /* old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #e1e1e1 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), 
    color-stop(100%,#e1e1e1)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #999999 0%,#e1e1e1 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( 
    startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */
	border:3px solid #e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
	background:#666;
}
.hesperiden .tp-bullet-image {
}
.hesperiden .tp-bullet-title {
}
/* THUMBS */
.hesperiden .tp-thumb {
  opacity:1;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
    font-size:12px;
    position:absolute;
    margin-top:-10px;
    color:#fff;
    display:block;
    z-index:1000;
    background-color:#000;
    padding:5px 10px; 
    bottom:0px;
    left:0px;
    width:100%;
  box-sizing:border-box;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform:rotatex(90deg) translatez(0.001px);
    transform-origin:50% 100%;
    -webkit-transform:rotatex(90deg) translatez(0.001px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
 }
.hesperiden .tp-thumb:hover .tp-thumb-title {
  	 transform:rotatex(0deg);
    -webkit-transform:rotatex(0deg);
    opacity:1;
}
/* TABS */
.hesperiden .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.hesperiden .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;
}
.hesperiden .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.hesperiden .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.hesperiden .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
	background:#eee; 
}
.hesperiden .tp-tab-mask {
}
/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 768px) {
}

.metis.tparrows {
  background:#fff;
  padding:10px;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  width:60px;
  height:60px;
  box-sizing:border-box;
 }
 
 .metis.tparrows:hover {
   background:#fff;
   background:rgba(255,255,255,0.75);
 }
 
 .metis.tparrows:before {
  color:#000;  
   transition:all 0.3s;
  -webkit-transition:all 0.3s;
 }
 
 .metis.tparrows:hover:before {
   transform:scale(1.5);
  }
 
/* BULLETS */
.metis .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    border-radius:50%;
  }
.metis .tp-bullet-image {
   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.metis .tp-bullet-title { 
     position:absolute; 
	 bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }
.metis .tp-bullet:hover .tp-bullet-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}
.metis .tp-bullet.selected,
.metis .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.metis .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }
.metis .tp-tab-number {
        color: #fff;
        font-size: 40px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Playfair Display";
        width: 50px;
        margin-right: 17px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-mask {
        padding-left: 20px;
        left: 0px;
        max-width: 90px !important;
        transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
    }
    .metis:hover .tp-tab-mask {
        padding-left: 0px;
        left: 50px;
        max-width: 500px !important;
    }
    .metis .tp-tab-divider {
        border-right: 1px solid transparent;
        height: 30px;
        width: 1px;
        margin-top: 5px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-title {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        font-family: "Playfair Display";
        position: relative;
        padding-top: 10px;
        padding-left: 30px;
        display: inline-block;
        transform: translateX(-100%);
        transition: 0.4s all;
    }
    .metis .tp-tab-title-mask {
        position: absolute;
        overflow: hidden;
        left: 67px;
    }
    .metis:hover .tp-tab-title {
        transform: translateX(0);
    }
    .metis .tp-tab {
        opacity: 0.15;
        transition: 0.4s all;
    }
    .metis .tp-tab:hover,
    .metis .tp-tab.selected {
        opacity: 1;
    }
    .metis .tp-tab.selected .tp-tab-divider {
        border-right: 1px solid #cdb083;
    }
    .metis.tp-tabs {
        max-width: 118px !important;
        padding-left: 50px;
    }
    .metis.tp-tabs:before {
        content: " ";
        height: 100%;
        width: 88px;
        background: rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(255, 255, 255, 0.10);
        left: 0px;
        top: 0px;
        position: absolute;
        transition: 0.4s all;
    }
    .metis.tp-tabs:hover:before {
        width: 118px;
    }
    @media (max-width: 499px) {
        .metis.tp-tabs:before {
            background: rgba(0, 0, 0, 0.75);
        }
    }

.persephone.tparrows {
	cursor:pointer;
	background:#aaa;
	background:rgba(200,200,200,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
  border:1px solid #f5f5f5;
}
.persephone.tparrows:hover {
	background:#333;
}
.persephone.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.persephone.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.persephone.tparrows.tp-rightarrow:before {
	content: "\e825";
}
/* BULLETS */
.persephone.tp-bullets {
}
.persephone.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:#transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.persephone .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
	border:1px solid #e5e5e5;	
	cursor: pointer;
	box-sizing:content-box;
}
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
	background:#222;
}
.persephone .tp-bullet-image {
}
.persephone .tp-bullet-title {
}

.uranus.tparrows {
  width:50px;
  height:50px;
  background:transparent;
 }
 .uranus.tparrows:before {
 width:50px;
 height:50px;
 line-height:50px;
 font-size:40px;
 transition:all 0.3s;
-webkit-transition:all 0.3s;
 }
 
  .uranus.tparrows:hover:before {
    opacity:0.75;
  }
/* BULLETS */
.uranus .tp-bullet{
	border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background:transparent;
}
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border:none;
  border-radius: 50%;
   background:transparent;
}
.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}
.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner{
 transform: scale(0.4);
 -webkit-transform: scale(0.4);
 background-color:#fff;
}

.zeus.tparrows {
  cursor:pointer;
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
  border-radius:35px;   
  overflow:hidden;
  background:rgba(0,0,0,0.10);
}
.zeus.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.zeus .tp-title-wrap {
  background:#000;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  position:absolute;
  opacity:0;
  transform:scale(0);
  -webkit-transform:scale(0);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
   border-radius:50%;
 }
.zeus .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
  border-radius:50%;
  transform:translateX(-100%);
  -webkit-transform:translateX(-100%);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
 }
.zeus.tp-rightarrow .tp-arr-imgholder {
    transform:translateX(100%);
  -webkit-transform:translateX(100%);
      }
.zeus.tparrows:hover .tp-arr-imgholder {
  transform:translateX(0);
  -webkit-transform:translateX(0);
  opacity:1;
}
      
.zeus.tparrows:hover .tp-title-wrap {
  transform:scale(1);
  -webkit-transform:scale(1);
  opacity:1;
}
 
/* BULLETS */
.zeus .tp-bullet {
     box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
	  width:13px;height:13px;
	  border:2px solid #fff;
 }
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after{
    -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
  
 .zeus .tp-bullet-image,
 .zeus .tp-bullet-imageoverlay{
        width:135px;
        height:60px;
        position:absolute;
        background:#000;
        background:rgba(0,0,0,0.5);
        bottom:25px;
        left:50%;
        margin-left:-65px;
        box-sizing:border-box;
        background-size:cover;
        background-position:center center;
        visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        border-radius:4px;
}
          
.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
        z-index:2;
        -webkit-transition: all 0.5s ease;
	  	transition: all 0.5s ease;
}     
.zeus .tp-bullet-title { 
        color:#fff;
        text-align:center;
        line-height:15px;
        font-size:13px;
        font-weight:600;  
        z-index:3;
         visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        position:absolute;
        bottom:45px;
        width:135px;
    	vertical-align:middle;
        left:-57px;
}
      
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay{
      opacity:1;
      visibility:visible;
	  -webkit-transform:translateY(0px);
      transform:translateY(0px);         
    }
/* THUMBS */
.zeus .tp-thumb {
opacity:1
}
.zeus .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}
.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.zeus .tp-thumb-more:before {
  content: "\e825";
}
.zeus .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}
.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;
}
.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
 background:#000;
}
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color:#fff;
}
/* TABS */
.zeus .tp-tab { 
  opacity:1;      
  box-sizing:border-box;
}
.zeus .tp-tab-title { 
display: block;
text-align: center;
background: rgba(0,0,0,0.25);
font-family: "Roboto Slab", serif; 
font-weight: 700; 
font-size: 13px; 
line-height: 13px;
color: #fff; 
padding: 9px 10px; }
.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
 color: #000;
  background:rgba(255,255,255,1); 
}

.post-tabs .tp-thumb {
opacity:1
}
.post-tabs .tp-thumb-over {
  background:#252525;
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}
.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:15px;
  right:15px;
  z-index:2;
}
.post-tabs .tp-thumb-more:before {
  content: "\e825";
}
.post-tabs .tp-thumb-title {
  font-family:"raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:15px 30px 15px 15px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}
.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;
}
.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color:#000;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

.dede_pages {
	clear: both;
	height: 40px;
	margin: 0 auto;
	text-align: center;
}

.dede_pages li {
	float: left;
	padding: 6px 14px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	color: #666;
	font-size: 12px;
	list-style: none;
}

.dede_pages li:hover {
	border: 1px solid #1896E2;
}

.dede_pages li:hover a {
	color: #1896E2
}

.dede_pages li a {
	color: #666
}

.dede_pages li.thisclass {
	border: 1px solid #1896E2;
	background-color: #1896E2;
	color: #FFFFFF
}

.dede_pages li.thisclass a {
	color: #fff
}

#main-container {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.boxed {
	background: url(../../images/bg-pattern-1.png) repeat top left;
}

.boxed #main-container {
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.boxed .header-sticky {
	max-width: 1200px;
}

@media (min-width: 1400px) {

	.boxed #main-container,  .boxed .header-sticky {
		max-width: 1350px;
	}
}

/***********************************************************************************

 *	+ HEADER

 ***********************************************************************************/

 	

#header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9000;
	background-color:#fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header [class^="col-"] {
	position: static;
}

#header .container {
	position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {

	#header {
		position: relative;
	}
}

@media (max-width: 767px) {

	#header {
		position: relative;
	}
}

/***********************************************************************************

 *	- LOGO

 ***********************************************************************************/



#logo {
	max-width: 100%;
	margin-top:  0px;
	padding: 30px 0 20px 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

#logo img {
	display: inline-block;
	margin-top: -3px;
}

@media (min-width: 768px) and (max-width: 991px) {

	#logo {
		margin-top: 0;
	}
}

@media (max-width: 767px) {

	#logo {
		margin-top: 0;
		padding: 30px 0;
	}
}

/***********************************************************************************

 *	- MENU

 ***********************************************************************************/

 	

.menu,  .menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu {
	margin-top:0px;
	float: right;
}

.menu > li {
	float: left;
}

.menu li a {
	display: block;
	color: #1f1f1f;
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.menu li a:hover,  .menu li.active > a {
	color: #1896E2;
}

.menu > li > a {
	position: relative;
	margin: 0 25px;
	padding: 40px 0 20px 0;
	text-transform: uppercase;
}

.menu > li:first-child > a {
	margin-left: 0;
}

.menu > li:last-child > a {
	margin-right: 0;
}

.menu li.dropdown ul {
	position: absolute;
	top: 100%;
	display: none;
	z-index: 2000;
	width: 215px;
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2);
}

.menu li.dropdown ul ul {
	top: -1px;
	left: 100%;
}

.menu li.dropdown:hover > ul {
	display: block;
}

.menu li.dropdown ul li a {
	border-bottom: 1px solid #fff;
	padding: 10px 20px;
}

.menu li.megamenu .megamenu-container {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 2000;
	width: 100%;
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2);
}

.megamenu-container .section {
	float: left;
	width: 25%;
	padding: 20px;
}

.megamenu-container.col-2 .section {
	width: 50%;
}

.megamenu-container.col-3 .section {
	width: 33.33333333%;
}

.megamenu-container.col-4 .section {
	width: 25%;
}

.megamenu-container.col-5 .section {
	width: 20%;
}

.megamenu-container .section > ul {
	margin: -20px;
}

.megamenu-container .section > ul li a {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 10px 20px;
}

.megamenu-container .section > ul li:last-child a {
	border-bottom: none;
}

.menu li.megamenu:hover > .megamenu-container {
	display: block;
}

.sf-arrows .sf-with-ul:after {
	position: absolute;
	top: 50%;
	right: -20px;
	width: 0;
	height: 0;
	margin-top: 28px;
	content: "";
	border: 5px solid transparent;
	border-top-color: #000;
	display: none;
}

.sf-arrows > li:hover > .sf-with-ul:after {
	border-top-color: #999;
}

.sf-arrows ul .sf-with-ul:after {
	display: block;
	margin-top: -5px;
	margin-right: 35px;
	border-color: transparent;
	border-left-color: #000;
}

.sf-arrows ul li:hover > .sf-with-ul:after {
	border-left-color: #999;
}

@media (min-width: 768px) and (max-width: 991px) {

	.menu {
		display: none;
	}
}

@media (max-width: 767px) {

	.menu {
		display: none;
	}
}

/***********************************************************************************

 *	- MOBILE MENU

 ***********************************************************************************/	

	

#mobile-menu-button {
	float: right;
	display: none;
	background-color: #1896E2;
	border-radius: 3px;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin-top: 20px;
	padding: 10px 15px;
	text-decoration: none;
}

#mobile-menu,  #mobile-menu ul {
	list-style: none;
	display: none;
	margin: 0;
}

#mobile-menu {
	background-color: #1896E2;
	border-bottom: 1px solid #fff;
}

#mobile-menu li a {
	display: block;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
}

#mobile-menu > li > a {
	font-weight: 700;
	text-transform: uppercase;
}

#mobile-menu ul a {
	padding-left: 40px;
}

#mobile-menu ul ul a {
	padding-left: 60px;
}

#mobile-menu .megamenu-container {
	border-top: 1px solid #fff;
	display: none;
	margin-left: 0;
}

#mobile-menu .megamenu-container .section {
	float: none;
	width: 100%;
	margin-bottom: -1px;
	padding: 0 20px 20px;
}

#mobile-menu .megamenu-container .section ul {
	display: block;
	margin: 0 -25px -20px;
	border-bottom: 1px solid #fff;
}

#mobile-menu .megamenu-container .section ul a {
	border-top: none;
	padding-left: 40px;
}

#mobile-menu li.dropdown > a,  #mobile-menu li.megamenu > a {
	position: relative;
}

#mobile-menu li.dropdown > a:after,  #mobile-menu li.megamenu > a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -2px;
	content: "";
	border: 5px solid transparent;
	border-top-color: #fff;
}

#mobile-menu li.dropdown > a.open:after,  #mobile-menu li.megamenu > a.open:after {
	border-top-color: transparent;
	border-bottom-color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {

	#mobile-menu-button {
		position: absolute;
		display: block;
		top: 0;
		right: 20px;
	}
}

@media (max-width: 767px) {

	#mobile-menu-button {
		position: absolute;
		top: 0;
		right: 20px;
		display: block;
	}
}

/***********************************************************************************

 *	- SEARCH

 ***********************************************************************************/		

.menu li.search {
}

.menu li.search a {
}

.menu li.search a i {
	font-size: 24px;
	font-weight: 700;
}

#search-form {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#search-form-container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	padding: 30px 0 20px;
	background: rgba(56, 56, 56, 0.97);
	text-align: center;
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

#search-form-container.open-search-form {
	z-index: 9999;
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#search-form {
}

#search-form #search {
	background-color: #fff;
	border-color: #fff;
	display: inline-block;
	height: 50px;
	margin: 0 auto;
	padding: 10px 45px 10px 20px;
	width: 50%;
}

#search-submit {
	background: rgba(0, 0, 0, 0) url("../images/search.png") no-repeat scroll center center;
	display: inline-block;
	margin-bottom: 0;
	margin-left: -40px;
	padding: 8px;
	vertical-align: middle;
	border: none;
}

#search-form #s:focus {
	border-color: #c1c1c1;
}

#search-form-container a.search-form-close {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 32px;
	height: 32px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#search-form-container a.search-form-close:hover {
	background-color: #fff;
	border-color: #fff;
	color: #1896E2;
}

/***********************************************************************************

 *	- STICKY

 ***********************************************************************************/

 	

#header-sticky [class^="col-"] {
	position: static;
}

#header-sticky .container {
	position: relative;
}

#header-sticky {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	z-index: 8000;
	background-color: #fff;
	box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
}

.header-sticky #logo {
	margin-top: 0;
	padding: 6px 0 10px 0;
	-webkit-transition: all .8s linear;
	transition: all .8s linear;
}

.header-sticky .menu {
	margin-top: 5px;
	-webkit-transition: all .8s linear;
	transition: all .8s linear;
}

.header-sticky .menu > li > a {
	padding: 20px 0 20px 0;
	-webkit-transition: all .8s linear;
	transition: all .8s linear;
}

@media (min-width: 768px) and (max-width: 991px) {

	#header-sticky {
		visibility: hidden;
	}
}

@media (max-width: 767px) {

	#header-sticky {
		visibility: hidden;
	}
}

/***********************************************************************************

 *	+ PAGE CONTENT

 ***********************************************************************************/

	

#page-content {
}

/***********************************************************************************

 *	- PAGE HEADER

 ***********************************************************************************/

 	

#page-header {
	position: relative;
	margin-bottom: 110px;
	padding: 220px 0 45px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

#page-header h6 {
	color: #1896E2;
	font-size:40px;
	font-weight:bold;
	text-transform: uppercase;
}

#page-header .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 0;
}

#page-header .breadcrumb li {
	display: inline-block;
}

#page-header .breadcrumb li {
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

#page-header .breadcrumb li a {
	text-decoration: none;
	color: #1e1a19;
}

.breadcrumb > li + li:before {
	color: #1e1a19;
	content: "/ ";
	padding: 0 10px;
}

.breadcrumb > .active {
	color: #1e1a19;
}

@media (min-width: 768px) and (max-width: 991px) {

	#page-header {
		padding: 150px 0 100px;
	}
}

@media (max-width: 767px) {

	#page-header {
		padding: 70px 0;
	}
}

/***********************************************************************************

 *	+ FOOTER TOP

 ***********************************************************************************/

 

#footer-top {
	background-color: #00010f;
	color: #e2e2e2;
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 13px;
}

#footer-top a {
	color: #e2e2e2;
}

/***********************************************************************************

 *	+ FOOTER

 ***********************************************************************************/

 

#footer {
	padding: 40px 0 80px 0;
	background-color: #00010f;
	color: #e2e2e2;
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 13px;
}

#footer a {
	color: #e2e2e2;
}

/***********************************************************************************

 *	+ FOOTER BOTTOM

 ***********************************************************************************/

 

#footer-bottom {
	position: relative;
	padding: 40px 0;
	border-top: 1px solid rgba(255, 196, 93, .2);
	background-color: #00010f;
	color: #e2e2e2;
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
	font-size: 13px;
	text-align: center;
}

#footer-bottom a {
	color: #fff;
}

/***********************************************************************************

 *	+ PAGES

 ***********************************************************************************/

/***********************************************************************************

 *	- INDEX

 ***********************************************************************************/

 





/***********************************************************************************

 *	- ABOUT

 ***********************************************************************************/

 

/***********************************************************************************

 *	+ TEAM

 ***********************************************************************************/	

 

.about-me {
	margin-bottom: 100px;
	text-align: center;
}

.about-me-thumbnail {
	position: relative;
	margin-bottom: 60px;
}

.about-me-thumbnail-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 35px;
	content: "";
	background-color: #1896E2;
	text-align: center;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.about-me-thumbnail-overlay a {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #fff;
	font-weight: 700;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-me-thumbnail-overlay a:hover {
	text-decoration: none;
}

.about-me-thumbnail-overlay span {
	text-transform: uppercase;
}

.about-me-details {
}

.about-me-details h4 {
	font-weight: 700;
}

.about-me-details h6 {
	font-size: 13px;
	color: #1896E2;
	text-transform: uppercase;
}

.about-me:hover .about-me-thumbnail-overlay {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 767px) {

	.about-me-thumbnail img {
		width: 100%;
	}
}

/***********************************************************************************

 *	- SERVICES

 ***********************************************************************************/

 

.service-box {
	margin-bottom:20px;
}

/***********************************************************************************

 *	- SERVICE BOX STYLE 1

 ***********************************************************************************/



.service-box.style-1 i {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 48px;
	color: #1896E2;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.service-box-content {
}

.service-box.style-1 .service-box-content h5 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.service-box.style-1 .service-box-content h5 a {
	color: #1e1a19;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.service-box.style-1 .service-box-content h5 a:hover {
	color: #1896E2;
}

.service-box.style-1:hover i {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/***********************************************************************************

 *	- SERVICE BOX STYLE 2

 ***********************************************************************************/	

 

.service-box.style-2 {
	text-align: right;
}

.service-box.style-2 i {
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 30px;
	color: #1e1a19;
	background-color: #e3e3e3;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.service-box.style-2 .service-box-content {
}

.service-box.style-2 .service-box-content h6 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.service-box.style-2:hover i {
	color: #fff;
	background-color: #1896E2;
}

/***********************************************************************************

 *	- SERVICE BOX STYLE 3

 ***********************************************************************************/	

 

.service-box.style-3 {
	text-align: center;
	margin-bottom: 12px;
	padding: 50px 45px;
	box-sizing: border-box;
	background-color: #f2f3f8;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.service-box.style-3 i {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 60px;
	color: #1896E2;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.service-box.style-3 .service-box-content {
}

.service-box.style-3 .service-box-content h6 {
	margin-bottom: 0;
}

.service-box.style-3 .service-box-content h6 a {
	color: #1896E2;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.service-box.style-3:hover {
	background-color: #1896E2;
}

.service-box.style-3:hover i,  .service-box.style-3:hover h6 a {
	color: #fff;
}

/***********************************************************************************

 *	- PORTFOLIO

 ***********************************************************************************/

	

.portfolio-item {
	margin-bottom: 0;
	overflow: hidden;
}

.portfolio-item-thumbnail {
	position: relative;
	overflow: hidden;
}

.portfolio-item-thumbnail img {
	width: 100%;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.portfolio-item-hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background-color: #1896E2;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.portfolio-item-hover .zoom-action {
	position: absolute;
	top: 10%;
	right: 20px;
	color: #fff;
	font-size: 60px;
	text-decoration: none;
}

.portfolio-item-hover .portfolio-item-description {
	position: absolute;
	top: 60%;
	right: 20px;
	text-align: right;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.portfolio-item-description *:last-child {
	margin-bottom: 0;
}

.portfolio-item-description h4 {
	text-transform: uppercase;
	color:#fff;
}

.portfolio-item-hover .portfolio-item-description h4 a,  .portfolio-item-hover .portfolio-item-description h6 {
	color: #fff;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.portfolio-item:hover .portfolio-item-hover {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.portfolio-item:hover .portfolio-item-description h4 a,  .portfolio-item:hover .portfolio-item-description h6 {
	opacity: 1;
}

.portfolio-item-thumbnail + .portfolio-item-description {
	margin: 50px 0;
	text-align: center;
}

.portfolio-item.portfolio-classic {
	margin-bottom: 80px;
}

.portfolio-item.portfolio-classic .portfolio-item-thumbnail {
	width: 66.6667%;
	float: left;
}

.portfolio-item.portfolio-classic .portfolio-item-thumbnail + .portfolio-item-description {
	margin: 30px 0;
}

.portfolio-item.portfolio-classic .portfolio-item-description {
	width: 33.3333%;
	float: left;
	padding-left: 30px;
	text-align: left;
}

.portfolio-item.portfolio-classic .portfolio-item-description h6 {
	margin-bottom: 30px;
}

.portfolio-item.portfolio-classic .portfolio-item-description .btn {
	margin-top: 20px;
}

.portfolio-item.portfolio-classic:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

@media (min-width: 1200px) {

	.portfolio-item-hover .zoom-action {
		top: 20%;
		right: 60px;
		font-size: 100px;
	}

	.portfolio-item-hover .portfolio-item-description {
		right: 60px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.portfolio-item-hover .zoom-action {
		font-size: 40px;
		top: 10%;
	}

	.portfolio-item-hover .portfolio-item-description h4 {
		font-size: 15px;
		line-height: 20px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.portfolio-item-hover .zoom-action {
		font-size: 60px;
		right: 20px;
		top: 10%;
	}
}

@media (max-width: 991px) {

	.portfolio-item.portfolio-classic .portfolio-item-thumbnail {
		width: 100%;
		float: none;
	}

	.portfolio-item.portfolio-classic .portfolio-item-description {
		width: 100%;
		float: none;
		padding-left: 0;
		text-align: center;
	}

	.portfolio-item.portfolio-classic {
		margin-bottom: 40px;
	}
}

/***********************************************************************************

 *	- BLOG

 ***********************************************************************************/

 	

	/* BLOG ARTICLE */

.blog-article {
	position: relative;
	margin-bottom: 60px;
}

.blog-article-thumbnail {
	margin-bottom: 60px;
}

.blog-article-thumbnail img {
}

.blog-article > p + a.btn {
	margin-top: 60px;
}

.blog-article-details {
}

.blog-article-details h6 {
	margin-bottom: 6px;
	font-size: 13px;
	text-transform: uppercase;
	color: #1896E2;
}

.blog-article-details h4 {
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
}

.blog-article-details p {
	font-size: 13px;
}

.blog-article-details p span {
	display: inline-block;
	position: relative;
	top: 3px;
	margin: 0 15px;
	font-size: 20px;
	color: #1896E2;
}

.blog-article-details p span:first-of-type {
	margin-left: 0;
}

/* BLOG POST COMMENT */

.commentlist-title {
	margin-top: 100px;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.commentlist,  .commentlist ul {
	list-style: none;
}

.commentlist {
	margin-bottom: 80px;
}

.commentlist ul {
	margin-left: 110px;
}

.commentlist li {
}

.comment-body {
	position: relative;
	margin-bottom: 60px;
	padding-left: 100px;
}

.comment-meta {
}

.comment-author,  .comment-metadata,  .reply {
	margin-bottom: 10px;
	padding: 0 10px;
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
}

.comment-author {
	display: inline-block;
	padding-left: 0;
}

.comment-author .avatar {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.comment-author .fn {
	text-transform: uppercase;
	color: #1e1a19;
	FONT-FAMILY: "微软雅黑",Arial, Tahoma,"微软雅黑";
}

.comment-author .says {
	display: none;
}

.comment-metadata {
	position: relative;
	display: inline-block;
}

.comment-metadata:before {
	position: absolute;
	left: -2px;
	content: "|";
	color: #1896E2;
}

.comment-metadata a {
}

.comment-content {
}

.reply {
	position: relative;
	display: inline-block;
}

.reply:before {
	position: absolute;
	left: -2px;
	content: "|";
	color: #1896E2;
}

@media (max-width: 767px) {

	.commentlist ul {
		margin-left: 50px;
	}
}

/* BLOG POST COMMENT FORM */

.commentform-title {
	margin-bottom: 60px;
	text-transform: uppercase;
}

#commentform {
	margin-bottom: 100px;
}

#commentform label {
}

#commentform textarea,  #commentform input[type="url"],  #commentform input[type="text"],  #commentform input[type="email"] {
	width: 100%;
	margin-bottom: 10px;
	border: none;
	border-bottom: 1px solid #d2d2d2;
	font-size: 12px;
}

#commentform input[type="text"],  #commentform textarea {
}

#commentform textarea {
	margin-bottom: 45px;
}

#commentform input[type="submit"] {
}

/***********************************************************************************

 *	- CONTACT

 ***********************************************************************************/ 	

 	

#contact-form2 {
	margin: 30px 0;
}

#contact-form2 label {
	display: block;
}

#contact-form2 label.error {
	color: #f00;
}

#contact-form2 textarea,  #contact-form2 input[type="text"],  #contact-form2 input[type="email"] {
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #d2d2d2;
	font-size: 12px;
}

#contact-form2 textarea {
	margin-bottom: 45px;
}

/***********************************************************************************

 *	- ELEMENTS

 ***********************************************************************************/ 

	

.icons-list {
	list-style: outside none none;
}

.icons-list li {
	display: inline-block;
	min-height: 100px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	width: 13.7%;
}

.icons-list li i, .icons-list li .glyphicon {
	font-size: 20px;
}

.icons-list li .icon-name {
	display: block;
}

@media (min-width: 768px) and (max-width: 991px) {

	.icons-list li {
		width: 19%;
	}
}

@media (max-width: 767px) {

	.icons-list li {
		width: 49%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.icons-list li {
		width: 32%;
	}
}

@font-face {
  font-family: 'revicons';
  src: url('../other/revicons.eot');
  src: url('../other/revicons.eot#iefix') format('embedded-opentype'),
       url('../other/revicons.woff') format('woff'),
       url('../other/revicons.ttf') format('truetype'),
       url('../other/revicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */
							
/******************************
	-	BASIC STYLES		-
******************************/
.rev_slider_wrapper{
	position:relative;
	z-index: 0;
}
.rev_slider{
	position:relative;
	overflow:visible;
}
.tp-overflow-hidden { overflow:hidden;}
.tp-simpleresponsive img,
.rev_slider img{
	max-width:none !important;
	-moz-transition: none 0;
	-webkit-transition: none 0;
	-o-transition: none 0;
	transition: none 0;
	margin:0px;
	padding:0px;
	border-width:0px;
	border:none;
}
.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}
.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
	list-style:none !important;
	position:absolute;	
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
	top:0px;left:0px;
}
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li { 
	visibility:hidden; 
}
.tp-revslider-slidesli,
.tp-revslider-mainul	{	
	padding:0 !important; 
	margin:0 !important; 
	list-style:none !important;
}
.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}
.rev_slider .tp-caption,
.rev_slider .caption 	{ 
	position:relative;  
	visibility:hidden; 
	white-space: nowrap;
	display: block;
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
	margin-bottom:0;
}
	
/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
	cursor:url(../other/openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
	cursor:url(../other/closedhand.cur), move;
}
/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
	z-index:1
}
.tp_inner_padding {	
	box-sizing:border-box;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	max-height:none !important;	
}
.tp-caption {	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;	
	position:absolute;
	-webkit-font-smoothing: antialiased !important;
}
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {	
	visibility:hidden !important; 
	display:none !important
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
	max-width: none !important
}
/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.rev_slider_wrapper	{	width:100%;}
.fullscreen-container {	
	position:relative;
	padding:0;
}
.fullwidthbanner-container{
	position:relative;
	padding:0;
	overflow:hidden;
}
.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}
/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-static-layers				{	
	position:absolute; z-index:505; top:0px;left:0px}
.tp-caption .frontcorner		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}
.tp-caption .backcorner		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}
.tp-caption .frontcornertop		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}
.tp-caption .backcornertop		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}
									
.tp-layer-inner-rotation {	
	position: relative !important;
}		
/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image	{	
	width:100%; height:auto;
}
/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}
/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.rs-background-video-layer 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}
.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo		{	left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}
.fullcoveredvideo video,
.fullscreenvideo video				{	background: #000}
.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
.videoisplaying .html5vid .tp-poster	{	display: none}
.tp-video-play-button					{	
	background:#000;
	background:rgba(0,0,0,0.3);										
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;										
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	display: inline-block;	
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	-webkit-transition:opacity 300ms ease-out !important;
	-moz-transition:opacity 300ms ease-out !important;
	-o-transition:opacity 300ms ease-out !important;
	transition:opacity 300ms ease-out !important;				
}
.tp-caption .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}									
.tp-caption:hover .tp-video-play-button	{	opacity: 1;}
.tp-caption .tp-revstop					{	display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:inline-block}
.videoisplaying  .tp-video-play-button			{	display:none}
.tp-caption:hover .tp-video-play-button 		{ 	display:block}
.fullcoveredvideo .tp-video-play-button			{	display:none !important}
.fullscreenvideo .fullscreenvideo video 		{	object-fit:contain !important;}
.fullscreenvideo .fullcoveredvideo video 		{	object-fit:cover !important;}
.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50)));	
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
.tp-caption:hover .tp-video-controls {	opacity: .9;}
.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover 				{	cursor: pointer;}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 				{ 	padding:0px 5px;display:table-cell; }
.tp-video-seek-bar-wrap				{	width:80%}
.tp-video-vol-bar-wrap				{	width:20%}
.tp-volume-bar,
.tp-seek-bar						{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}
.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}
/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(../images/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(../images/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(../images/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(../images/gridtile_3x3_white.png)}
/******************************
	-	SHADOWS		-
******************************/
.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
}
.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.tp-shadow5
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute; 
    z-index:-2;
    -webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;
    -moz-border-radius:100px / 20px;
    border-radius:100px / 20px;
}
/******************************
	-	BUTTONS	-
*******************************/
.tp-button{
	padding:6px 13px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:30px;
	cursor:pointer;
	color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
	font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
	text-decoration:none;
}
.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; }
.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {	background-position:bottom, 15px 11px}
	
/*	BUTTON COLORS	*/
.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }
.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}
.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}
.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}
.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}
.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}
/* TP BUTTONS DESKTOP SIZE */
.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;  font-family: "Roboto", sans-serif;  cursor: pointer;}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }
.rev-btn.rev-withicon i					{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !important;}
.rev-btn.rev-hiddenicon i				{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}
/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited				{	 line-height: 36px; font-size: 14px; padding: 10px 30px; }
.rev-btn.rev-medium.rev-withicon i		{ 	font-size: 14px; top: 0px; }
.rev-btn.rev-medium.rev-hiddenicon i	{ 	font-size: 14px; top: 0px; }
/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited				{	line-height: 28px; font-size: 12px; padding: 7px 20px; }
.rev-btn.rev-small.rev-withicon i		{	font-size: 12px; top: 0px; }
.rev-btn.rev-small.rev-hiddenicon i		{ 	font-size: 12px; top: 0px; }
/* ROUNDING OPTIONS */
.rev-maxround 							{ 	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.rev-minround 							{ 	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }	
/* BURGER BUTTON */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}
.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}
.rev-burger.revb-whitefull span {
	background:#333;
}
.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}
.rev-burger.revb-darkfull span {
	background:#fff;
}
/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
	0% { opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% { opacity: 0;top: 50%;}
	100% { opacity: 0;top: 29%;}
}
@-moz-keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}
.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}
.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}
.rev-scroll-btn.revs-fulldark  span {
	background: #fff;	
}
.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: rev-ani-mouse 2.5s linear infinite;
	-moz-animation: rev-ani-mouse 2.5s linear infinite;
	animation: rev-ani-mouse 2.5s linear infinite;
}
.rev-scroll-btn.revs-dark {
	border-color:#333;
}
.rev-scroll-btn.revs-dark span {
	background: #333;	
}
.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;  
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}
.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}
.rev-cbutton-light	{	
	color: #333;  	
	background-color: rgba(255,255,255, 0.75);	
}
.rev-cbutton-light-sr	{		
	color: #333;  	
	border-radius: 3;		
	background-color: rgba(255,255,255, 0.75);
}
.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}
.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}
/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}
/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
 .tp-simpleresponsive img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom: 1;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(../images/coloredbg.png) repeat}
.tp-caption.slidelink a span{	background:url(../images/coloredbg.png) repeat}
.tp-shape {	width:100%;height:100%;}
/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/
.tp-caption .rs-starring				{	display: inline-block}
.tp-caption .rs-starring .star-rating	{	float: none;}
.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
	display: inline-block;
    vertical-align: top;
}
.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {	
	position: relative;
	height: 1em;
	
	width: 5.4em;
	font-family: star;
}
.tp-caption  .rs-starring .star-rating:before, 
.tp-caption  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.tp-caption .rs-starring star-rating span,
.tp-caption .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}
.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}
.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
}
.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {
	
	font-size: 1em !important;
	font-family: star;
}
/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}
.tp-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background:url(../images/loader.gif) no-repeat center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tp-loader.spinner5 	{	
	background:url(../images/loader.gif) no-repeat 10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}
.tp-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	-webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {-webkit-transform: scale(1.0); opacity: 0;}
}
@keyframes tp-scaleout {
  0% {transform: scale(0.0);-webkit-transform: scale(0.0);} 
  100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;}
}
.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);} 
  40% {transform: scale(1.0);}
}
.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);} 
  50% { transform: scale(1.0);}
}
/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/
.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;}
.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}
.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}
.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}
.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important}
.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important}
.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}
.tp-bannertimer					{	background:#000; background:rgba(0,0,0,0.15); height:5px;}
.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }

.tparrows:before				{	font-family: "revicons"; font-size:15px;  display:block; line-height: 40px; text-align: center;}

/***************************
	- 3D SHADOW MODE -
***************************/
.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}
/*******************
	- DEBUG MODE -
*******************/
.hglayerinfo				   {	  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;peft:0px;z-index:0 }


	#theme-options {
		padding: 0 20px;
		z-index: 999;
		background-color: #fff;
		position: fixed;
		top: 162px;
		left: -250px;
		width: 250px;
		color: #323232;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}
	
	#theme-options.open {
		left: 0;
		box-shadow: 1px 1px 2px 0 #ccc;
	}
	
	#theme-options a {
		text-decoration: none;
		color: #323232;
	}
	
	#theme-options > a {
		position: absolute;
		top: 0;
		right: -60px;
		display: block;
		background-color: #323232;
		color: #fff;
		font-size: 32px;
		text-align: center;
		text-decoration: none;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	
	#theme-options > a:before {
		font-family: "berlin-icons";
		content: "\e92a";
	}
	
	#theme-options h4 {
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		background-color: #323232;
		padding: 8px 0;
		margin: 0 -20px;
		font-size: 18px;
		font-weight: 700;
	}
	
	#theme-options h5 {
		text-transform: uppercase;
		margin-bottom: 10px;
		color: #323232;
		font-size: 16px;
		font-weight: 700;
	}
	
	.colors,
	.layout {
		margin-bottom: 15px;
	}
	
	.colors {
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
	}
	
	.colors a {
		position: relative;
		display: block;
		width: 30px;
		height: 30px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.colors a:last-child {
		margin-right: 0;
	}
	
	.boxed-bg {
		padding-top: 15px;
		border-top: 1px solid #ccc;
	}
	
	.layout a {
		display: block;
		float: left;
		width: 50%;
		text-align: center;
		background: none;
	}
	
	.layout a img {
		display: block;
		margin: 0 auto;
	}
	
	.patterns {
		padding-bottom: 15px;
	}
	
	.patterns a {
		display: block;
		width: 30px;
		height: 30px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
/***********************************************************************************
 *	+ COLORS
 ***********************************************************************************/
	#default {
		background-color: #1896E2
	}
	
	#green {
		background-color: #00c760;
	}
	
	#purple {
		background-color: #5b18f6;
	}
/***********************************************************************************
 *	+ PATTERNS
 ***********************************************************************************/ 
	
	.bg-pattern-1 { 
		background: url(../images/bg-pattern-1.png) repeat top left;
	}
	
	.bg-pattern-2 { 
		background: url(../images/bg-pattern-2.png) repeat top left;
	}
	
	.bg-pattern-3 { 
		background: url(../images/bg-pattern-3.png) repeat top left;
	}
	
	.bg-pattern-4 { 
		background: url(../images/bg-pattern-4.png) repeat top left;
	}
	
	.bg-pattern-5 { 
		background: url(../images/bg-pattern-5.png) repeat top left;
	}
	
	.bg-pattern-6 { 
		background: #fff repeat top left;
	}
	
	a.bg-pattern-6 {
		border: 1px solid #ccc;
	}
	
	.bg-pattern-7 { 
		background: #efefef repeat top left;
	}
	
	.bg-pattern-8 { 
		background: #e3e3e3 repeat top left;
	}
	
	.bg-pattern-9 { 
		background: #ecf2f8 repeat top left;
	}
	
	.bg-pattern-10 { 
		background: #f4ede1 repeat top left;
	}
	
	@media (max-width: 992px) {
		
		#theme-options { display: none; }
		
	}
	
	
.business{
		margin:10px auto;
		width:1270px;
	}
	
.iheader{
	overflow: hidden;
    background: #00010f;
    color: #fff;
	height:30px;
	line-height:30px;
	padding:0px 10px;
}
.iheaderw{
	width:1200px;
	margin:0px auto;
}
.iheader a{
	color: #fff;
	font-size:12px;
}
.iheader .fl{
	float:left;
}
.iheader .fr{
	float:right;
}
.pages_solid{
	border: 1px solid #1896E2 !important;
}

.prenext{
	height:40px;
	line-height:38px;
	margin:20px 0px;
	padding:0px 10px;
	background:#111111;
	color:#fff;
}
.prenext a{
	color:#fff;
}
.prenext a:hover{
	color:#1896E2;
}
.prenext div:first-child{
	float:left;
}
.prenext div:last-child{
	float:right;
}

.xgxx{
	margin-top:50px;
}
.xgxx .related{
	padding:0px 10px;
	background:#111111;
	font-size:18px;
	font-weight:bold;
	height:40px;
	line-height:40px;	
	margin-bottom:20px;
	color:#fff;
}
.xgxx .xgxx_n ul li{
	height:25px;
	line-height:25px;
	border-bottom:1px dashed #B0B0B0;
	margin:5px 15px;	
}
.xgxx .xgxx_n ul li span{
	float:right;
}
.xgxx .xgxx_c dl{
	float:left;
	margin:5px 25px 30px;	
}
.xgxx .xgxx_c dl dd{
	height:20px;
	line-height:20px;
	font-size:14px;
	text-align:center;
}
.business{
	width:1200px;
	margin:0px auto;
	padding:10px 0px;
}

.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  min-height:80px;
  background:#
}
.phonefooternav ul li {
  width: 25%;
  background: #494949;
  float: left;
  padding: 10px 0;
  border-right: 1px solid #666;
  list-style: none;
  min-height: 80px;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a:hover{
	text-decoration: initial;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  padding: 10px 0;
}

@media (max-width: 480px) {
  .phonefooternav ul li {
    padding: 3px 0px;
  }
}
@media (max-width: 767px) {
  body {
   padding-bottom:80px !important;
  }
  #scroll-up{
  bottom:120px !important;
  }
}